Test task for Cyberia IT company.
- Vite
- React 18
- Tailwind and SCSS modules (with classnames library)
- MUI components
- Redux Toolkit with RTK Query
- Axios
- React Hook Form
- Responsive and adaptive design
- Form validation on the client side
- Error checking from the backend responces
Download the project, open command line interface and go to the folder containig this downloaded project. Execute the following command:
npm install
To run project in development mode:
npm run dev
To build project:
npm run build
npm run preview
To run linters project:
npm run lint