/deliveroo-react

Frontend - Deliveroo clone app made in Le Reacteur

Primary LanguageJavaScript

Deliveroo clone

demo

Demo: https://deliveroo-clone.netlify.com/

This project was bootstrapped with Create React App

Overview

Single page application

  • Get meals from API
  • Add meals to the cart
  • Increment quantity into the cart
  • Decrement quantity into the cart

UI

  • Homemade UI without framework

Client

  • React
  • HTTP request with axios package
  • Hooks (useState, useEffect)

Running the project

Clone this repository:

git clone https://github.com/sebkpf/deliveroo-react.git
cd deliveroo-react

Install packages:

npm install

When installation is complete, run with:

npm start

Deliveroo API

https://github.com/sebkpf/deliveroo-backend

  • Node.js
  • Express
  • Cors

Deployment

  • Client deployed with Netlify
  • Server deployed with Heroku

Project status

Project is completed but not responsive

Contact

My LinkedIn profile