Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maulanakavaldo/little-lemon-food-ordering-app-react

Coursera: Meta React Native Specialization - Capstone (React App)
https://github.com/maulanakavaldo/little-lemon-food-ordering-app-react

coursera meta react

Last synced: 1 day ago
JSON representation

Coursera: Meta React Native Specialization - Capstone (React App)

Awesome Lists containing this project

README

        

# Little Lemon Food Ordering App using React

## Screenshots

Wireframe:



wireframe


LittleLemon:



Prototype

## Installation

1. **Clone the repository**
```bash
git clone https://github.com/maulanakavaldo/little-lemon-food-ordering-app-react.git
```

2. **Navigate to the project directory**
```bash
cd little-lemon-food-ordering-app-react
```

3. **Install dependencies**

Make sure you have Node.js installed. Then run:
```bash
npm install
```

## Running the Project
1. **Start the development server**
```bash
npm start
```
This will start the React development server and typically open your default browser to
```bash
http://localhost:3000
```

2. **Build the project for production**

To create an optimized build of the project, run:
```bash
npm run build
```
This will create a build directory with all the production files.

### _Star this repository if it is useful. Thank you ! :)_