- Burger Purchase App is based on the concept of order placing applications.
- It provides four ingredients to user to select and build thier own choice burger.
- On the basis of the ingredients selected by user, it will calculate price of the burger.
- It provides order summary to the user, before placing order.
- In orders section user can see their orders history.
- Authentication is applied only sigup user can place order.
- Front-end : HTML5, CSS 3, ReactJS, Redux
- Backend : Firebase
Open https://react-burger-builder-2c200.web.app/ to experience it.
In the project directory, you can download it in your local machine and then follow the steps:
- Open the terminal in VS Code, and run ###
npm install
to install all dependencies. - To run available script, command ###
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. - To build the project after changes execute command in terminal ###
npm run build
Builds the app for production to thebuild
folder.
It correctly bundles React in production mode and optimizes the build for the best performance. Your app is ready to be deployed! - Deploy your app anywhere you want.