Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.21 KB

README.md

File metadata and controls

58 lines (39 loc) · 1.21 KB

Wolt Clone Project

master

codecov

Overview

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.

🔗 Live

You can see deployed app from live.

💻 Technologies used in the project:

  • TypeScript
  • ReactJS
  • Redux
  • React Router
  • Tailwind CSS
  • Testing ( Unit, Integration and E2E)
    • React Testing Library
    • Jest
    • Cypress
  • CI/CD Pipeline
  • Github Actions

Clone & Download

$ git clone https://github.com/eminebozdag/wolt-clone.git
$ cd wolt-clone
$ yarn install
$ yarn start

Testing

To run Unit and Integration tests;

$ yarn test

To see the coverage report;

$ yarn test:cov

To run E2E tests;

$ yarn cy