ToDo Manager is a simple and effective tool for managing tasks, built using JavaScript, CSS, and HTML.
- Add, edit, and delete tasks
- Manage task completion status
- Filter tasks (all tasks, completed tasks, incomplete tasks)
- JavaScript: Frontend logic
- CSS: Styling
- HTML: Basic markup
Clone this project and install the dependencies.
git clone https://github.com/ConbiFan/todo-manager-conbifan.git
cd todo-manager
npm install
npm start