Link to the test task - description
- React
- TypeScript
- Redux Toolkit
- TailwindCSS
- ESLint
- Prettier
- Husky
git clone [email protected]:MikRyam/todosApp.git
cd todo
npm install
# or
yarn install
npm run start
# or
yarn start
# run ESLint
yarn lint
# run Prettier
yarn format
# run tests
yarn test
# run build
yarn build