A simple & Full responsive React application that customers are allowed to add the foods they want to order to the basket and it works to keep track of all the added foods in terms of price and number.
The available foods are presented in a beautiful and convenient way for the user.
Update: Now the meal is fetched from Firebase automatically, instead of hard coding.
Update: Added a form(include validation) that enables users to add their personal information, submit their requests, and store it in Firebase.
Clone the project into local
Install all the npm packages. Go into the project folder and type the following command to install all npm packages
npm install
In order to run the application Type the following command
npm start
The Application Runs on localhost:3000
Live Demo : Food Order AppSmall Devices
create-react-app : The following link has all the commands that can be used with create-react-app https://github.com/facebook/create-react-app
ReactJS : Refer to https://reactjs.org/ to understand the concepts of ReactJS