This project is a simple frontend application that allows users to create, edit, and manage tasks using HTML, CSS, and JavaScript. The application has a minimalist and responsive design, and uses local storage to save the tasks.
- Create, update, and delete tasks with different titles, descriptions, and priorities
- Filter tasks by keywords or priorities
- Mark tasks as completed or incomplete
- Clear all tasks or only completed tasks
You can view the live demo of the project here: Task Manager
To run the project locally, you need to have a web browser that supports HTML5, CSS3, and JavaScript. Then, follow these steps:
- Clone this repository:
git clone https://github.com/neel-07/Task-Manager.git - Navigate to the project directory:
cd Task-Manager - Open the
index.htmlfile in your browser
This project is licensed under the MIT License - see the LICENSE file for details.