Skip to content

Repository files navigation

Mini Projects πŸš€

A collection of simple, practical web applications built with HTML, CSS, and JavaScript.

🌐 Live Portfolio

View all projects in action: Click Here

πŸ“‚ Projects

Each project is self-contained in its own folder with complete documentation. Browse the folders above to explore individual projects and their source code.

πŸ› οΈ Technologies

  • HTML5
  • CSS3
  • JavaScript

πŸ“– How to Use

Visit the live portfolio link above to try out any project directly in your browser.

🀝 Contributing

Contributions are welcome! If you'd like to add a mini project:

  1. Fork this repository
  2. Clone your fork
git clone https://github.com/your-username/Mini-Projects.git
cd Mini-Projects
  1. Create a new branch
git checkout -b add-project-name
  1. Create a new folder for your project
mkdir "Your Project Name"
cd "Your Project Name"
  1. Include your project files (index.html, style.css, script.js, etc.)

  2. Add a README.md inside your project folder β€” PRs without a README will not be merged

    • Project description
    • Features list
    • How to run
  3. Update the projects array in the root index.html β€” PRs that don't appear on the portfolio will not be merged

    • Open the root index.html
    • Find the projects array in the <script> section
    • Add a new object with your project's title, icon, description, features, and link
    • Follow the format of existing entries
  4. Commit and push your changes

git add .
git commit -m "Add Your Project Name"
git push origin add-project-name
  1. Submit a pull request

⚠️ Checklist before opening a PR:

  • Project folder contains index.html, style.css, script.js
  • Project folder contains a README.md
  • Root index.html projects array has been updated
  • Project loads correctly when index.html is opened in the browser

Project Guidelines

  • Keep projects simple and self-contained
  • Use HTML, CSS, and JavaScript
  • Include clear documentation in your project folder
  • Ensure your project works standalone

Feel free to open an issue if you have questions or suggestions!

πŸ“ License

Open source - feel free to use these projects for learning purposes.

About

πŸš€ A collection of simple beginner-friendly web applications built with HTML, CSS & JavaScript. Contributions welcome!

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages