Skip to content

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

Notifications You must be signed in to change notification settings

TornadoSW/Mini-Projects

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

27 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

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 with your project title (e.g., To Do App/)
   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 with:

    • Project description
    • Features
    • How to run
  3. Update the projects array in the main index.html file with your project details

    • Open the root index.html file
    • Find the projects array in the JavaScript section
    • Add a new object with your project's info (title, icon, description, features, link)
    • Follow the format of existing projects
  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 from your branch to the main repository

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!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 64.4%
  • CSS 19.1%
  • JavaScript 16.5%