Welcome to the Mini Project repository β a curated collection of small web development projects built using HTML, CSS, JavaScript, and other frontend/backend technologies. This repository is meant for learning, experimentation, and showcasing practical implementations of core programming concepts.
Each mini project is organized into its own folder with all necessary files:
mini-project/
βββ booksky/ # Book management app with localStorage
β βββ index.html
β βββ style.css
β βββ script.js
β
βββ [future-project-1]/
β βββ ...
β
βββ [future-project-2]/
βββ ...
-
Clone this repository:
git clone https://github.com/your-username/mini-project.git cd mini-project -
Navigate into any project folder (e.g.,
booksky) and openindex.htmlin your browser.
| Project Name | Description | Technologies |
|---|---|---|
booksky |
Simple book manager with localStorage | HTML, CSS, JS |
| Coming Soon | More mini-projects will be added... | - |
- Build small, functional apps to reinforce programming fundamentals.
- Create a resource for quick references and reusable code patterns.
- Showcase practical projects in a portfolio-friendly format.
Want to add your own mini project? Contributions are welcome! Fork the repo, add your project folder, and submit a pull request.
This repository is licensed under the MIT License. Youβre free to use and modify the code for personal or commercial purposes.
Inspired by countless coding challenges, tutorials, and community examples.
https://santhosh23s.github.io/NoteSky/