Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.78 KB

File metadata and controls

37 lines (31 loc) · 1.78 KB

Uber Eats clone with React!

Styles already done, focus on learning React.js

Uber Eats clone with React!

Setup

  1. Install git
  2. Install node.js
  3. Install yarn
  4. Install vscode
  1. Create an account at Github
  2. Create an account at Heroku
  3. Click on the "Fork" button on top right of this page
  • Fork button
  1. Clone the repo you forked into your machine
  • git clone https://github.com/your_username/clone-eats-react
  1. Subscribe to my twitch channel, we will be developing this UI together on April 27th at 10AM - 2PM (Pacific Time)

What is the purpose of this repo?

This repo already got the styles and images we will be using at the project! Besides that, it has a configuration of best practices within the code from ESLint!

What will we do?

  • Route for home page
  • Route for products from each restaurant
  • Route for cart
  • Transition between routes (with react-pose)
  • Add Context API for state management of the app

Special thanks!