Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakeenanavavi/delish
https://github.com/sakeenanavavi/delish
bootstrap front-end react react-router
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakeenanavavi/delish
- Owner: SakeenaNavavi
- Created: 2023-09-05T08:28:54.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-20T08:50:59.000Z (about 1 year ago)
- Last Synced: 2023-10-20T15:44:11.590Z (about 1 year ago)
- Topics: bootstrap, front-end, react, react-router
- Language: JavaScript
- Homepage:
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Delish Restaurant Website
Welcome to the Delish Restaurant Website project! This website allows users to explore our restaurant's menu, make table reservations, check out our various packages, and contact us easily.
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/626da5b9-85b6-4af5-a2d0-4fab25364606)
## Table of Contents
- [Features](#features)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Technologies Used](#technologies-used)## Features
- **Menu Pages:** Browse through our extensive menu for breakfast, lunch, supper, and dinner.
Breakfast Menu page:
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/d34bdfc9-48f3-4b4f-9dfa-f90efefd09c4)
Lunch Menu page:
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/93c25019-de6c-4c7d-bf25-8c8a41ddcedc)
Supper Menu page:
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/7956978a-f3f8-4cb1-bfe8-c32cc68c3c5a)
Dinner Menu Page:
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/8ae0ff77-8e16-42ab-a283-49ab998b4124)
- **Reservation:** Reserve a table at our restaurant for your desired date and time.
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/9db23566-e81a-4dce-a03d-9f896cdd0be7)- **Packages:** Explore the different packages we offer for special occasions and events.
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/b1469687-0e66-4b71-ab79-7c69ba1ffa07)
- **Contact Us:** Find all the contact details you need to get in touch with us.
-
![image](https://github.com/SakeenaNavavi/Delish/assets/140879723/e322f5ef-3213-4b8c-82b5-9db2dce68241)## Getting Started
To get a copy of this project up and running on your local machine, follow these steps:1. **Clone the Repository:**
git clone [https://github.com/SakeenaNavavi/Delish](https://github.com/SakeenaNavavi/Delish.git)https://github.com/SakeenaNavavi/Delish.git
2. **Navigate to the Project Directory:**
cd Delish
3. **Install Dependencies:**
Depending on your project setup, you may need to install the required dependencies. Typically, you can do this with a package manager like npm or yarn:
npm install
# or
yarn install
4. **Run the Development Server:**
Start the development server to preview the website:
npm start
# or
yarn start
6. **Access the Website:**
Open your web browser and navigate to http://localhost:3000 to view the Delish Restaurant Website locally.## Usage
- Explore the menu by clicking on the different menu pages (breakfast, lunch, supper, dinner).
- Make a table reservation through the Reservation page.
- Check out our various packages on the Packages page.
- Find our contact details on the Contact Us page to get in touch with us.
## Technologies Used
- React: JavaScript library for building user interfaces.
- Bootstrap: Front-end framework for responsive and stylish design.