https://github.com/akdevv/restaurant-landing-page
React Restaurant Landing Page Website
https://github.com/akdevv/restaurant-landing-page
Last synced: about 1 year ago
JSON representation
React Restaurant Landing Page Website
- Host: GitHub
- URL: https://github.com/akdevv/restaurant-landing-page
- Owner: akdevv
- Created: 2024-02-11T03:45:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T15:07:45.000Z (over 2 years ago)
- Last Synced: 2025-02-16T14:57:29.455Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://restaurant-landing-page-ruddy.vercel.app
- Size: 44.8 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resturant Landing Page
This is a React single-page restaurant landing page website. This website have beautiful UI/UX design and is fully responsive.
## Screenshots

## Run Locally
Clone the project
```bash
git clone https://github.com/akdevv/restaurant-landing-page.git
```
Go to the project directory
```bash
cd restaurant-landing-page
```
Install dependencies
```bash
npm install
```
Start the server
```bash
npm run dev
```
## Credits
This project was made with help of tutorial from **JavaScript Mastery** YouTube channel. Video link [here](https://www.youtube.com/watch?v=4oV65GVVits)