Skip to content

Latest commit

 

History

History
71 lines (43 loc) · 2.04 KB

README.md

File metadata and controls

71 lines (43 loc) · 2.04 KB

💻 WEBDEV - PROJECTKART 💻

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!

Project Structure

  • Folder consists 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.

This Project is a part of the following Open Source Program

ICC

How To Contribute ? 👷

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 (https://github.com/khushi-purwar/WebDev-ProjectKart) project