🎉 Welcome! This repository collects small web-development projects.
You can contribute by adding a new project inside the projects/ folder.
- Fork this repository to your GitHub account.
- Clone your fork:
git clone https://github.com/<your-username>/<repo-name>.git cd <repo-name>
Create a branch with a descriptive name:
git checkout -b add/
Example: add/todo-app or add/css-animation-demo.
Inside the projects/ directory, create a new folder:
projects/ └── your-project-name/ ├── index.html ├── style.css ├── script.js └── README.md
index.html – main HTML file
style.css – optional CSS
script.js – optional JavaScript
README.md – explain your project (features, screenshots, how to run)
You can add extra assets (images, fonts, etc.) inside your project folder only.
Use clean, semantic HTML and organized CSS/JS.
Keep all files self-contained—no changes outside your project folder.
Make sure your project runs by simply opening index.html in a browser.
Open projects/your-project-name/index.html in a browser and confirm it works.
git add projects/your-project-name git commit -m "Add mini web project" git push origin add/
Go to your fork and click New Pull Request.
A short description of your project
Any screenshots or demo links