Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Web-dev-mini-projects
The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects!
This repository contains a collection of awesome ✨ and beginner-friendly ✌️ web development projects.
<h1 align="center">Web-dev-mini-projects</h1>
<div align="center">
<a href="https://github.com/topics/html"><img alt="HTML" src="https://img.shields.io/badge/HTML%20-%23E34F26.svg?&style=for-the-badge"/></a>
Expand Down Expand Up @@ -78,6 +78,31 @@ git push -u origin <your_branch_name>

**Congratulations!** Sit and relax till we review your PR, you've made your contribution to (https://github.com/Ayushparikh-code/Web-dev-mini-projects) project

## 📁 Example Project Structure

Each project should follow this structure:

my-project/
├── index.html
├── style.css
├── script.js
└── README.md

- `index.html` → Main HTML file
- `style.css` → Styling
- `script.js` → Functionality
- `README.md` → Description of your project

## Quick Contribution Steps

1. Fork the repository
2. Clone your fork
3. Create a new folder for your project
4. Add your project files
5. Commit and push changes
6. Create a Pull Request

That's it! 🎉
<br>

## Our valuable Contributors👩‍💻👨‍💻 :
Expand Down
Loading