This project is a simple task manager web application where users can add, view, and delete tasks. The tasks are stored using local storage so that they persist even after the page is refreshed.
- Add tasks to a list
- View tasks
- Delete tasks
- Responsive design for mobile and desktop devices
- HTML
- CSS
- JavaScript (Local Storage)
- Download or clone this repository.
- Open
index.html
in your browser to start using the task manager.