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.
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.
You can access the live site of the Hotel Booking Dapp here
Follow these steps to get the Hotel Dapp up and running on your local machine:
-
Clone the Repository:
git clone https://github.com/flenex-io/Hotel-Dapp.git
-
Change the Repository
cd Hotel-Dapp
-
Install Dependencies:
npm install
-
Run the Application:
npm start