Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.


## Installation

To 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.