A web app built with ReactJs, Redux & consumed an external API.
- List all restaurants.
- Get the User location (Geo-locations & Coordinators)
- List single restaurant & Menu list.
- Add Menu items to cart (Also, set items to localStorage).
- Delete cart items
- place Order
- View Ordered items.
In the project directory, you can run:
npm install
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.