An application which shows the current weather in 8 different cities in the Balkan. (Build in React)

Live demo: Balkan Weather App
Clone down this repository. You will need node and npm installed globally on your machine. In the project directory, you can run:
npm startRuns the app in the development mode. Open http://localhost:3000 to view it in the browser.
npm testLaunches the test runner in the interactive watch mode.
npm run buildBuilds the app for production to the build folder.