A web app to search for a location's cost of living and average prices. Built with React using Cities Cost of Living and Average Prices API.
https://darrellrahan-costofliving.netlify.app/
Client: React (HTML, CSS, JS)
API: Cities Cost of Living and Average Prices API
- Clone the project
git clone https://github.com/darrellrahan/living-cost.git
- Go to the project directory
cd cost-of-living
- Install dependencies
npm install
- Start the server
npm start