A Completely Responsive Decentralised React Airbnb Clone Using React
Decentralised Airbnb
A completely responsive decentralised react Airbnb clone made with travel advisor, google maps api, google places api, material ui, solidity, moralisDb and web3uikit.
Demo
https://decentralised-airbnb.netlify.app/
Environment Variables
To run this project, you will need to add the following environment variables to your .env file
REACT_APP_GOOGLE_MAP_API_KEY
REACT_APP_TRAVEL_ADVISOR_API_KEY
REACT_APP_MORALIS_APP_ID
REACT_APP_MORALIS_SERVER_URL
REACT_APP_CONTRACT_ADDRESS=0xf41f748dD76822B2550C8d66e164c312cce776Ca
Run Locally
Clone the project
git clone https://github.com/Pranay-Gupta/decentralised-airbnb.git
Go to the project directory
cd decentralised-airbnb
Install dependencies
yarn
Start the server
yarn start