This repository contains a collection of awesome ✨ and beginner-friendly ✌️ web development projects.
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/Ayushparikh-code/Web-dev-mini-projects
3. Navigate to the project directory.
cd Web-dev-mini-projects
4. MAKE A NEW FOLDER WITH YOUR PROJECT NAME INSIDE web-dev-mini-projects & Add your project files (eg: index.html ,style.css, script.js) inside that folder
5. Also Add a README file in your project folder which consists of Description/screenshots about your project !
6. Create a new branch.
git checkout -b <your_branch_name>
7. Add & Commit your changes.
git add .
git commit -m "<your_commit_message>"
7. Push your local branch to the remote repository.
git push -u origin <your_branch_name>
8. Create a Pull Request!
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
Each project should follow this structure:
my-project/
├── index.html
├── style.css
├── script.js
└── README.md
index.html→ Main HTML filestyle.css→ Stylingscript.js→ FunctionalityREADME.md→ Description of your project
- Fork the repository
- Clone your fork
- Create a new folder for your project
- Add your project files
- Commit and push changes
- Create a Pull Request
That's it! 🎉
|
