A simple and minimal React-based to-do list web application
👉 See live demo 💥
Web App consist of three components Todo, TodoForm and TodoList
As a user, you can:
✅ read a list of tasks
✅ add a task
✅ mark any task as completed
✅ delete any task
✅ edit any task
For palette I use coolors.co Simple and concise web application design
- React Hook (useState)
- react-icons
- drag and drop (react-beautiful-dnd)
- material-ui
Your contributions are always welcome!