Styles already done, focus on learning React.js
- Download the following extension for React snippets
- In case you need help with remote access, install live share
- Create an account at Github
- Create an account at Heroku
- Click on the "Fork" button on top right of this page
- Clone the repo you forked into your machine
git clone https://github.com/your_username/clone-eats-react
- Subscribe to my twitch channel, we will be developing this UI together on April 27th at 10AM - 2PM (Pacific Time)
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!
- 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

