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
[email protected]: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!