Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biswadeep-roy/dine-10
Dine 10 - A restaurant reservation web app built with React.js, allowing users to easily make reservations for their favorite dining spots.
https://github.com/biswadeep-roy/dine-10
bootstrap5 css express html javascript nodejs react
Last synced: 3 days ago
JSON representation
Dine 10 - A restaurant reservation web app built with React.js, allowing users to easily make reservations for their favorite dining spots.
- Host: GitHub
- URL: https://github.com/biswadeep-roy/dine-10
- Owner: biswadeep-roy
- License: mit
- Created: 2023-10-03T10:56:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T12:07:08.000Z (about 1 year ago)
- Last Synced: 2024-11-08T10:26:43.387Z (about 2 months ago)
- Topics: bootstrap5, css, express, html, javascript, nodejs, react
- Language: JavaScript
- Homepage:
- Size: 3.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dine-10
Dine 10 - A restaurant reservation web app built with React.js, allowing users to easily make reservations for their favorite dining spots.Dine10
![image](https://github.com/biswadeep-roy/dine-10/assets/74821633/ea286f8a-6cfa-4992-bec3-0b3714fb5b64)## Technologies Used
- **React.js:** The frontend of the application is built using React.js, providing a dynamic and responsive user interface.
- **Node.js:** The backend is powered by Node.js, handling reservation requests and database interactions.
- **JavaScript:** The application logic and functionality are implemented using JavaScript.
- **CSS:** Custom CSS styles are applied for a visually appealing and user-friendly interface.
- **HTML:** The structure of web pages is defined using HTML.
## Features
- User-friendly reservation form.
- Date and time picker for selecting reservation details.
- Partner section showcasing restaurant affiliations.
- Responsive design for various screen sizes.
## InstallationTo run this application locally, follow these steps:
Clone this repository to your local machine.
```bash
git clone https://github.com/biswadeep-roy/dine-10.git
```Navigate to the project directory.
```bash
cd dine-10
```Install the required dependencies for the project.
```bash
npm install
```Start the server
```bashnpm start
```Access the application in your web browser at `http://localhost:3000` .
# Contributing
This project is licensed under the MIT License - see the LICENSE file for details.