A simple To-Do List web application built using HTML, CSS, and JavaScript. Features include adding tasks, setting due dates with alarms, marking tasks as complete, deleting tasks, and saving tasks in local storage.
A simple To-Do List Web Application built during my internship.
This project was created using HTML, CSS, and JavaScript to practice and demonstrate basic frontend development concepts.
- โ Add new tasks with title and due date/time
- โ Mark tasks as completed
- โ Delete tasks from the list
- โฐ Alarm reminder when task time is reached
- ๐พ Data saved in Local Storage (persists after page refresh)
- HTML5 โ Structure of the app
- CSS3 โ Styling and layout (Flexbox, box model, responsive design)
- JavaScript (ES6) โ App logic, DOM manipulation, alarms, and local storage
- Clone this repository:
git clone https://github.com/zaheerabbas4/Todo-list-app-js.git