Project Overview
What It Is
The To-Do App is a browser-based task management tool built with vanilla JavaScript, HTML, and CSS. It allows users to create, track, and remove tasks through a clean and intuitive interface — no frameworks, no libraries, just plain web technologies working together.
What It Achieves
The app helps users stay organized by providing a straightforward way to manage their daily tasks. Users can add new tasks, mark them as complete, and delete them when finished. The project demonstrates core JavaScript skills including DOM manipulation, event handling, and dynamic UI updates — all essential concepts in front-end development.
Technologies Used
Key Features
- Add new tasks with a simple input field
- Mark tasks as complete with a single click
- Delete tasks to keep the list clean and current
- Dynamic DOM updates without page reloads
- Lightweight and fast — no external dependencies