- ReactJS
- Vite
- TypeScript
- Jest
- Testing Library
- Cypress
- ESLint
- Prettier
- Tailwind CSS
- React Query
- React Hook Form
- React Router
- Axios
- React Icons
- Redux Toolkit
- Yup
- SweetAlert2
- Date-fns
Api used in this project is fake-api
clone the project-api -> -> ↑
run the command `npm install` and `npm run start-auth` to start the api
- en: There is a bug in the API that does not recognize the newly registered user, so it is necessary after registering a user to restart the API before accessing it.
- pt: Existe um bug na API que não reconhece o usuário recém cadastrado, então é necessário após cadastrar um usuário reiniciar a API antes de acessa-la.
npm run lint
npm run build
Run the app in production mode at http://localhost:3000.
npm run serve
- Run unit tests and watch
npm run test:unit #not USE
- Run unit tests with coverage #not USE
npm run test:unit:coverage #not USE
- Run e2e tests
npm run test:e2e:ci