A curated collection of small JavaScript projects built with HTML, CSS, and vanilla JavaScript.
These projects are great for beginners to practice DOM manipulation, event handling, logic building, and interactive UI.
🔗 Live Preview:
https://deepaktecz.github.io/JavaScript_Projects/
Here are the mini projects currently available in this repository:
- Analog Clock
- Stopwatch
- To Do List
- Quiz App
- Weather App
- Form Validation
- Password Generator
- QR Code Generator
✔️ Beginner-friendly JavaScript projects
✔️ HTML + CSS + JS only
✔️ Practice real-world DOM manipulation
✔️ Works offline & easy to understand
✔️ Ideal for portfolio and learning
JavaScript_Projects/ │ ├── Analog Clock/ ├── Form Validation/ ├── Password Generator/ ├── QR Code Generator/ ├── Quiz App/ ├── Stopwatch/ ├── To Do List/ ├── Weather App/ ├── assets/ ├── index.html (project list / demo links) └── README.md
yaml Copy code
- HTML5
- CSS3
- JavaScript (Vanilla)
- Browser APIs (DOM, events)
- Clone the repository:
git clone https://github.com/deepaktecz/JavaScript_Projects.git