Report Bug · Request Extension
- Overview
- Project Structure
- Open Source programs this repo has been part of
- Available Projects
- Contribution Guidelines
- Project Maintainer
- Our Valuable Contributors
- Feedback
Hello Everyone 👋🏻 Glad to see you all here !! I hope everyone is eager to give their best contributions. The repository contains the list of awesome✨ & cool web development beginner-friendly✌️ projects! .
- Folder consists of two folder (assets and script) and two files (index.html and readme.md)
- In the assets folder, there are two folders, css and media. css folder contains only CSS files & media folder contain only media files of the main website.
- In the script folder, all the script files will be there.
1. Fork this repository.
2. Clone the forked repository.
git clone https://github.com/khushi-purwar/WebDev-ProjectKart
3. Navigate to the project directory.
cd WebDev-ProjectKart
4. Make a new folder with your PROJECT NAME inside WebDev-ProjectKart & 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 WebDev-ProjectKart Repo. .
Thanks to all the people who contribute 💜
If you have any feedback or suggestions please reach out to Project - Maintainer.
Or you can create a issue and mention there , which new features or extension can make this Project more good.