preview https://amromoorie.github.io/taskify-mantine/
a todo app to experiment with mantine styling lib
- add, delete, mark complete, filter out completed & show total number of todos
- todos has titles with content
- each todo can be expanded for full view
- data saved in browser local storage
- TypeScript
- React
- Mantine
- react-hook-form
yarn && yarn devor
npm install && npm dev