Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 764 Bytes

File metadata and controls

48 lines (35 loc) · 764 Bytes

React Form Customer CRUD

Getting Started

Run the follow comands to start project local:

- pnpm install
- pnpm run dev

Open http://localhost:5173 with your browser to see the result.

Tests

Run the follow comands to run tests:

- pnpm run test:unit (react-testing-library) (.test files)
- pnpm run test:coverage
- pnpm run test:e2e (playwright) (.spec files ./src/e2eTests)

Other commands

Run the follow comands to run tests:

- pnpm run lint
- pnpm run lint:fix

Technologies

This project was built with:

- Vite
- React
- Typescript
- MUI Lib + StyledComponents
- React Router
- Tanstack Query
- Zod
- React Testing Library
- Playwright
- MSW (Mocking Service Worker)