This cutting-edge web project clones an existing Wolt landing page using a mobile-first, responsive design approach and utilizes reusable components. It includes comprehensive testing and a CI/CD pipeline for streamlined development and deployment.
You can see deployed app from live.
- TypeScript
- ReactJS
- Redux
- React Router
- Tailwind CSS
- Testing ( Unit, Integration and E2E)
- React Testing Library
- Jest
- Cypress
- CI/CD Pipeline
- Github Actions
$ git clone https://github.com/eminebozdag/wolt-clone.git
$ cd wolt-clone
$ yarn install
$ yarn start
To run Unit and Integration tests;
$ yarn test
To see the coverage report;
$ yarn test:cov
To run E2E tests;
$ yarn cy