View live demo here link
This is a simple todo list application built using React and Dracula UI. You can create, delete, filter and mark tasks as done/undone and you have the option to change the view to compact or normal. The app uses localstorage to save and retrieve todos.
- Clone this repository.
npm installto install all dependencies.npm run devto start the local server.
