Skip to content

deepaktecz/JavaScript_Projects

Repository files navigation

📌 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