Skip to content

The repository contains the list of awesome & cool web development beginner-friendly projects!

Notifications You must be signed in to change notification settings

codingkush/WebDev-ProjectKart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 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

About

The repository contains the list of awesome & cool web development beginner-friendly projects!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 35.9%
  • HTML 33.5%
  • JavaScript 30.6%