Table of Contents
This is a base clone of the popular booking app "airbnb"
- Clone the repo
git clone <repo_url>
- Install NPM packages
npm install
- Create a new
.env
file in the root of the project and enter:const API_URL = 'API_URL' const API_KEY = 'API_KEY'
Community resources used to build the site