Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sebalp100/hotel-bookings-frontend

This is a Hotel bookings app that allows users to search a list of rooms availables and make reservations for 24hs. This is the front-end repo. Made with React, Redux and Rails.
https://github.com/sebalp100/hotel-bookings-frontend

react redux

Last synced: 17 days ago
JSON representation

This is a Hotel bookings app that allows users to search a list of rooms availables and make reservations for 24hs. This is the front-end repo. Made with React, Redux and Rails.

Awesome Lists containing this project

README

        

![hotel-booking-low-resolution-logo-color-on-transparent-background](https://user-images.githubusercontent.com/111214189/235814475-89038f59-0b1f-4f91-81e1-86f64512d4d2.png)


Hotel Booking Frontend

# 📗 Table of Contents

- [Table of Contents](#-table-of-contents)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Usage](#usage)
- [👥 Authors ](#-authors-)
- [👥 Kanban Board ](#kanban)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [📝 License ](#-license-)

# 📖 Hotel Booking Frontend

This is a Hotel bookings app that allows users to search a list of rooms availables and make reservations for 24hs. This is the front-end repo.

## 🛠 Built With

### Tech Stack

Client

Bundle

Server

Database

### Key Features

- Create User
- Create Rooms
- Delete Rooms
- Add reservations
- Display my reservations list

(back to top)

## 🚀 Live Demo

[Link](https://hotel-bookings-frontend.vercel.app/)

(back to top)

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

- Ruby
- Ruby terminal
- Github account.
- Code editor (Visual Studio Code, Atom, etc.)

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone https://github.com/sebalp100/hotel-bookings-backend

Clone the front-end repo
git clone https://github.com/sebalp100/hotel-bookings-frontend/

### Usage

To run the project, execute the following commands in your Ruby terminal:

`bundle install` to install all gems used.

`rails db:create` to create the database.

`rails db:migrate` to run the database migrations you created.

`rails s` to run the dev server.

Go to http://localhost:3000/api-docs/index.html to see API documentation.

If you want to use the front-end repo, clone it: https://github.com/sebalp100/hotel-bookings-frontend and run `npm install` and `npm start`.

(back to top)

## 👥 Authors

👤 **Sebastian Martin**

- GitHub: [@sebalp100](https://github.com/sebalp100)
- LinkedIn: [Sebastian Martin](https://www.linkedin.com/in/sebastian-martin-956b2724a/)

👤 **Enoque Jonas**

- GitHub: [@enoqueJonas](https://github.com/enoqueJonas)
- Twitter: [@enoque_jonas](https://twitter.com/_enoqueJonas)
- LinkedIn: [@Enoque Macanda](https://www.linkedin.com/mwlite/in/enoque-macanda)

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- LinkedIn: [Simon Gideon](https://linkedin.com/in/mnayi-gideon)

(back to top)

## 👥 Kanban Board

Link to board: https://github.com/users/sebalp100/projects/2/views/1
![boardk](https://user-images.githubusercontent.com/111214189/233389468-2bed8408-4bcb-4392-9996-e56903a3f58a.png)

## 🔭 Future Features

- Add comment button
- Authorization
- Improve authentication system

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

- Hat tip to anyone whose code was used
- Microverse
- Design used: https://www.behance.net/gallery/26425031/Vespa-Responsive-Redesign by Murat Korkmaz on Behance
- John Guest for his guide about authentication: https://medium.com/swlh/react-reactions-cfdde7f08dff
- Dave Grey for his tutorial about RTK Query: https://www.youtube.com/watch?v=HyZzCHgG3AY&t=8s&ab_channel=DaveGray

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)