✨ MoveAway is a react app that allows users to compare and analyze the cost of living between cities around the world. ✨
Technologies Used: Javascript, React, Bootstrap
-
✨ Easy to use: All you need to enter your current city, salary and the city you would like to live in one day. The website is designed to show you the salary amount you need in another city to maintain the same standard of living.
-
🔩 Simple: Bootstrapped with create-react-app and optimized with react-select
-
📊 Structured: Data obtained from Numbeo and cross-referenced with further data from Teleport API's and the Open Exchange Rates API
-
💪 Powerful: Runs a Service Worker script to increase online performance and function without a network connection
video : https://www.youtube.com/watch?v=os35pqLzVh0
-
Clone/download the repo
-
cd react-living-app -
If you don't have create-react-app installed run
npm install create-react-app -
npm startruns the app in development mode. Open http://localhost:3000 to view it in the browser and the page should reload whenever you make edits
Head over to create-react-app to see a list of things you can do.
-
Make sure you have docker installed
-
Run
docker-compose build && docker-compose up. Open localhost to view it.

