Created from a React + TypeScript + Vite template which "provides a minimal setup to get React working in Vite with HMR and some ESLint rules".
This application is a CRUD (Create, Read, Update, Delete) web application designed to manage tasks. It interacts with an external API and utilizes a state management library to interact with tasks.
cd my-project
npm install
npm run dev
For more information see more info in Vite's guide
- React
- Typescript
- React Router
- Redux Toolkit
- React Hook Form
- RTK Query
- Material UI
- Yup
- Separate concepts better
- Improve design
- Finish TODOS
- Remove duplicated code