skmpf / deliveroo-react

Frontend - Deliveroo clone app made in Le Reacteur

Home Page:https://deliveroo-clone.netlify.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Frontend - Deliveroo clone app made in Le Reacteur

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


Languages

Language:JavaScript 65.0%Language:CSS 27.2%Language:HTML 7.8%