Tech Stack: React.js, Next.js, Tailwind CSS
- User need to login and get token to access private route (Todo App).
- User can do basic CRUD operation on Todo list.
- Support both desktop and mobile users.
- use ReactQuery to handle API state instead of handling normal, loading, error manually
- use Formik to handle two-way binding on form
- use Yup to validate all form
Test Account:
- username: xx@gmail.com
- password: 123456789
Note: Register Account Here!