This project was created for demonstrating frontend development skills.
Live demo: https://hardcore-wescoff-c6abd6.netlify.app/
Live fake api: https://mock-product-service.herokuapp.com/
Repo: https://github.com/mehmetyilmaz001/getir-frontend-react-challenge
In the project directory, you can run for the local development enviroment which is configured on json-server:
Starts the fake REST API server on http://localhost:4000 and runs the app in development mode on http://localhost:3000.
yarn start:web
Runs the app in development mode on http://localhost:3000.
yarn start:web
Starts the fake REST API server on http://localhost:4000.
Running on http://localhost:4000.
- Typescript
- Redux Toolkit
- Styled Components
- Jest
- json-server
- create-react-app
All simple ui components (excep pagination) were created by me.