Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/maulanakavaldo/little-lemon-food-ordering-app-react
- Owner: maulanakavaldo
- License: mit
- Created: 2024-05-22T05:57:27.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-05-22T06:00:13.000Z (6 months ago)
- Last Synced: 2024-05-23T06:46:29.689Z (6 months ago)
- Topics: coursera, meta, react
- Language: JavaScript
- Homepage:
- Size: 3.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Little Lemon Food Ordering App using React
## Screenshots
Wireframe:
LittleLemon:
## 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 ! :)_