Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.26 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.26 KB

Ethereum Room Booking DApp

Description

The Ethereum Room Booking DApp revolutionizes room booking by offering a decentralized solution powered by the Ethereum blockchain. This DApp streamlines the room booking process, providing users with a seamless experience for booking rooms, checking room availability, viewing booked rooms, and checking out.

Note

The UI elements utilized in this project were not developed by me. Instead, the UI design was sourced from a hotel booking website as a reference for this demonstration.

However, I take pride in implementing the core functionality of this DApp, focusing on the integration with the Ethereum blockchain, including smart contracts, transaction handling, and decentralized processes.

Live Site

You can access the live site of the Hotel Booking Dapp here

Getting Started

Follow these steps to get the Hotel Dapp up and running on your local machine:

  1. Clone the Repository:

    git clone https://github.com/flenex-io/Hotel-Dapp.git
  2. Change the Repository

    cd Hotel-Dapp
  3. Install Dependencies:

    npm install
  4. Run the Application:

    npm start

Open For Contributions