A completely responsive decentralised react Airbnb clone made with travel advisor, google maps api, google places api, material ui and solidity.
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_CONTRACT_ADDRESS=0xf41f748dD76822B2550C8d66e164c312cce776Ca
Clone the project
git clone https://github.com/mchitaru/decentralised-airbnb.git
Go to the project directory
cd decentralised-airbnb
Install dependencies
yarn
Start the server
yarn start