Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 2.13 KB

README.md

File metadata and controls

40 lines (31 loc) · 2.13 KB

Food Order App

Description

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.

Cloning and Running the Application in local

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

Preview

Live Demo : Food Order App

Screenshot 2022-04-26 223654

Screenshot 2022-04-26 223732

Screenshot 2022-04-26 223808

Screenshot 2022-05-11 022447

Small Devices

Screenshot 2022-04-26 223837

Resources

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