This repository contains a collection of beginner-friendly JavaScript projects that demonstrate core web development concepts like DOM manipulation, event handling, and basic logic building. Each project is built using HTML, CSS, and JavaScript — no external frameworks.
| Project Name | Description |
|---|---|
calc.html |
A simple calculator to perform basic arithmetic operations. |
clock.html |
A live digital clock displaying current time. |
first.html |
Your first HTML project – possibly a test or experiment. |
quoteGenerator.html |
Random quote generator on button click. |
todo.html |
A basic To-Do List app with task addition and removal. |
style.css– Styling for the projects.script.js– JavaScript logic shared or used across multiple files (if applicable).
- Clone the repo:
git clone https://github.com/VsnviM/JS_basic_projects.git cd JS_basic_projects - Open any .html file in your browser to try out the project.
- DOM Manipulation
- Event Handling
- Basic Arithmetic & Logic in JS
- Date & Time in JavaScript
- Form Input Handling
- CSS Styling & Layouts
HTML5 CSS3 JavaScript
Made with 💻 by Vaishnavi Mishra