An open API service indexing awesome lists of open source software.

https://github.com/smile040501/burger-builder-app

Web app made with React.js where you can build your own tasty burger and order it.
https://github.com/smile040501/burger-builder-app

burger-builder full-stack-web-development javascript nodejs reactjs web-development

Last synced: 8 months ago
JSON representation

Web app made with React.js where you can build your own tasty burger and order it.

Awesome Lists containing this project

README

          

# Burger Builder App

Web app made with React.js where you can build your own tasty burger and order it.

[See Live Project](https://burger-builder001.netlify.app/ "Go Live")

## Table of Contents

- [Burger Builder App](#burger-builder-app)
- [Table of Contents](#table-of-contents)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Getting Started with Create React App](#getting-started-with-create-react-app)
- [Available Scripts for Local Development](#available-scripts-for-local-development)
- [`npm start`](#npm-start)
- [`npm test`](#npm-test)
- [`npm run build`](#npm-run-build)
- [`npm run eject`](#npm-run-eject)
- [License](#license)
- [Author](#author)

## Prerequisites

This project requires [NodeJS](http://nodejs.org/ "NodeJS") (version 10 or later) and [NPM](https://npmjs.org/ "NPM").

To make sure you have them available on your machine,
try running the following command.

```sh
$ npm -v
7.20.0

$ node -v
v14.17.3
```

## Installation

**BEFORE YOU INSTALL:** Please read the [Prerequisites](#prerequisites)

Start with cloning this repo on your local machine and installing dependencies

```sh
$ git clone https://github.com/Smile040501/node-shop-app.git
$ cd node-shop-app
$ npm install
```

## Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts for Local Development

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.\
Open [http://localhost:3000](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.

### `npm test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `npm run eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## License

This project is covered under the MIT License.

## Author

[**Mayank Singla**](https://github.com/Smile040501)