This repository contains assignments completed during my JavaScript training. Each week focuses on a specific topic, and the demos are hosted on GitHub Pages.
- 🖱️ JavaScript Events Handling: An HTML page demonstrating various JavaScript event handlers.
- 📜 DOM Manipulation: A page showcasing DOM manipulation techniques.
- 🧮 Basic Calculator: A simple calculator performing basic arithmetic operations.
- 📝 Signup Form: A signup form with event handling for input validation.
- ✅ To-Do List: A to-do list application using HTML, CSS, and JavaScript for task management.
- ❓ Quiz Application: A quiz app built using HTML, CSS, and JavaScript.
- 🔗 To-Do List (Linked List): A to-do list application implemented using a linked list data structure.