Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 723 Bytes

File metadata and controls

46 lines (32 loc) · 723 Bytes

Test task for Cyberia IT compony

Test task for Cyberia IT company.

Stack used:

  • Vite
  • React 18
  • Tailwind and SCSS modules (with classnames library)
  • MUI components
  • Redux Toolkit with RTK Query
  • Axios
  • React Hook Form

Key features:

  • Responsive and adaptive design
  • Form validation on the client side
  • Error checking from the backend responces

How to install

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