Link to the test task description
Link to the layout in Figma
- React
- TypeScript
- Redux Toolkit
- RTK Query
- SASS/SCSS
- Formik
- Yup
- i18next
- Webpack
- ESLint
- Prettier
- Husky
git clone [email protected]:MikRyam/testTaskForRoox.git
cd testTaskForRoox
npm install
# or
yarn install
npm run start
# or
yarn start
# run ESLint
yarn lint
# run Prettier
yarn format
# run build
yarn build