This is a simple todo application created in Vue3 and TailwindCSS.
- Increased Accessability
- High Contrast Mode
-
FILTER
,LIMIT (MAX 50)
&SORT
todo(s) - Added tests
- Number of unit tests: 3
- Number of e2e tests: 7
- Clear todos after 24hrs
- Fix the UI in the todo items
- The name of the todo need to stack on top of the each other
pnpm install
pnpm dev
pnpm test:unit-dev
pnpm test:unit
pnpm test:e2e
pnpm build