Skip to content

Latest commit

 

History

History
executable file
·
59 lines (49 loc) · 2.15 KB

README.md

File metadata and controls

executable file
·
59 lines (49 loc) · 2.15 KB
--- ## The App
Citii is a react app that allows users to compare and analyze the cost of living between cities around the world.

Demo

To run locally

  • 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. Open http://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.

Improvements

  • Unit Tests!