Simple Web Todo
- Create, Read, Delete, Update Todo
- Animation using Framer Motion
- Random Quote Get API
- Form Validation
- Responsive
- Component Testing Using Vitest
- Next.js
- Mantine
- React Query
- Zod
- React Hook Form
yarn dev
– start dev serveryarn build
– bundle application for production
yarn vitest
– runs jest tests