link to test => https://star-navi-test-task-cflazq75l-yefimchuk.vercel.app/
- React
- Redux-toolkit
- AntDesign
- Axios
- SCSS
- Clone the repo
- Open it in your favorite editor
- Open a terminal in your editor and run
yarn installornpm install
- In your terminal run
yarn startornpm start.
"dependencies": {
"@reduxjs/toolkit": "^1.8.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"antd": "^4.21.3",
"axios": "^0.27.2",
"node-sass": "^7.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.2",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"uniqid": "^5.4.0",
"web-vitals": "^2.1.0"
},
