Skip to content

Latest commit

Β 

History

History
73 lines (53 loc) Β· 1.44 KB

File metadata and controls

73 lines (53 loc) Β· 1.44 KB

πŸ“Œ JavaScript Projects

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/


πŸš€ Projects Included

Here are the mini projects currently available in this repository:

πŸ“± Interactive Projects

  • Analog Clock
  • Stopwatch
  • To Do List
  • Quiz App
  • Weather App

πŸ” Utility Tools

  • Form Validation
  • Password Generator
  • QR Code Generator

πŸ’‘ Features

βœ”οΈ Beginner-friendly JavaScript projects
βœ”οΈ HTML + CSS + JS only
βœ”οΈ Practice real-world DOM manipulation
βœ”οΈ Works offline & easy to understand
βœ”οΈ Ideal for portfolio and learning


πŸ—‚οΈ Project Structure

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


πŸ› οΈ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)
  • Browser APIs (DOM, events)

🧠 How to Use

  1. Clone the repository:
git clone https://github.com/deepaktecz/JavaScript_Projects.git