https://github.com/vedbhanushali/fooddeliveryapp
It is a food ordering and delivery platform [Frontend Web Application] created using REACT.js
https://github.com/vedbhanushali/fooddeliveryapp
frontend javascript react reactjs
Last synced: about 2 months ago
JSON representation
It is a food ordering and delivery platform [Frontend Web Application] created using REACT.js
- Host: GitHub
- URL: https://github.com/vedbhanushali/fooddeliveryapp
- Owner: Vedbhanushali
- License: mit
- Created: 2023-04-15T12:54:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T18:30:05.000Z (10 months ago)
- Last Synced: 2025-02-16T03:37:08.984Z (3 months ago)
- Topics: frontend, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 42.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project Setup
cloning repository
```bash
git clone https://github.com/Vedbhanushali/FoodDeliveryApp.git
```Go to the project directory
```bash
cd FoodDeliveryApp
```Install dependencies
```bash
npm install
```Start the server
```bash
npm run start
```LICENSE
[MIT LICENSE](/FoodDeliveryApp/LICENSE)