Skip to content

This repo contains beginner friendly 🎊Web Development Mini Projects.

License

roseewood/Web-Dev-Mini-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✨ Web Development Mini Projects ✨

A collection of small yet creative web projects for beginners who want to learn and explore web technologies.

💻 Technologies Used

HTML CSS JAVASCRIPT

📘 About This Repository

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).


🛠 How to Contribute

  1. Fork this repository to your GitHub account.
  2. Clone your fork to your local machine:
    git clone https://github.com/your-username/Web-Dev-Mini-Projects.git
  3. Go inside the project folder:
    cd Web-Dev-Mini-Projects
  4. Create a new folder with your project’s name inside Web-Dev-Mini-Projects. Add your files (index.html, style.css, script.js, etc.).
  5. Add a meta.json file with the following structure:
  6. {
        "title": "Project Title",
        "description": "Project Description",
        "image": "path/to/image.png"
      }
  7. Include a README.md in your project folder with a short description & screenshots of your project.
  8. In pages.json, add your project name to the list of projects. (Make sure it's unique and it matches the folder name)
  9. Create a new branch:
    git checkout -b my-new-project
  10. Stage & commit your changes:
    git add .
    git commit -m "Added my awesome mini project 🚀"
  11. Push your branch:
    git push origin my-new-project
  12. Open a Pull Request and submit your contribution 🎉

🏆 After Submitting

Once your pull request is merged, your project becomes part of this repository. Congrats 🎊 You’ve made a mark in the open-source world!

Contributors👩‍💻👨‍💻 :


Maintainer👷‍♂️ :

Project-Maintainer
roseewood

🌍 Open Source Involvement


This project proudly participates in community-driven open-source initiatives. It’s all about learning, sharing, and growing together. 💡


💡 Final Note

Grow. Build. Contribute.

About

This repo contains beginner friendly 🎊Web Development Mini Projects.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 25