This is a responsive and classical to do app project, so you can add tasks and also sort by a category! (or not).
You can see the production version here: 🚀 https://todo-app-rouge.vercel.app/
- React >16
- React Hooks to control state
- Styled components
- Jest
- React testing library
- Commitizen (so I can keep the commits messages organized ❤️
yarn install
yarn start
yarn test
You can also see the coverage:
yarn test -- -- coverage