Table of Contents
- Implemented a Food Order Application using React, Redux, and Firebase for the backend.
- User can order the food items which are mentioned on the website.
- Ordered food items and other details will be sent to the firebase to deliver the order.
- Html
- Css
- React
- Redux
- Firebase
To get a local copy and run it locallly follow these simple example steps.
Firstly you should install the Node and Git in your local system to run react application locally.
- Clone the repo
git clone https://github.com/your_username_/food-order-app.git
- Install NPM packages
npm install
- Run the Project
npm start
Link to live Project:- https://food-order-application-asm.netlify.app/