Citii is a react app that allows users to compare and analyze the cost of living between cities around the world. |
- 🔩 Bootstrapped with Create React App
- 🔍 Search optimized with React Select
- 📊 2017 cost of living indices obtained from Numbeo
- 🎈 Cross referenced with further income data from Teleport API's
- 📱 Made responsive with Twitter Bootstrap
- 🎉 Deployed with Heroku
- Clone this repo
git@github.com:djirdehh/react-living-app.git
cd react-living-app
- If you don't have create-react-app installed run
npm install create-react-app
npm start
runs the app in development mode. Openhttp://localhost:3000
to view it in the browser and the page should reload once you make edits
Head over to Create React App to see a list of things you can do.
- Unit Tests!