A collection of small yet creative web projects for beginners who want to learn and explore web technologies.
This repo is a playground for aspiring developers. You can add mini web apps, simple UI components, or fun web experiments built using HTML, CSS, JavaScript (or frameworks/libraries you like).
- Fork this repository to your GitHub account.
- Clone your fork to your local machine:
git clone https://github.com/your-username/Web-Dev-Mini-Projects.git - Go inside the project folder:
cd Web-Dev-Mini-Projects - Create a new folder with your project’s name inside
Web-Dev-Mini-Projects. Add your files (index.html,style.css,script.js, etc.). - Add a
meta.jsonfile with the following structure: - Include a README.md in your project folder with a short description & screenshots of your project.
- In
pages.json, add your project name to the list of projects. (Make sure it's unique and it matches the folder name) - Create a new branch:
git checkout -b my-new-project - Stage & commit your changes:
git add . git commit -m "Added my awesome mini project 🚀" - Push your branch:
git push origin my-new-project - Open a Pull Request and submit your contribution 🎉
{
"title": "Project Title",
"description": "Project Description",
"image": "path/to/image.png"
}Once your pull request is merged, your project becomes part of this repository. Congrats 🎊 You’ve made a mark in the open-source world!
roseewood |
This project proudly participates in community-driven open-source initiatives. It’s all about learning, sharing, and growing together. 💡
Grow. Build. Contribute.
