Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 448 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 448 Bytes

weather_app_demo_react

Information: This was made for a job interview Simple React app that shows weather of different cities that were set in the JSON file (no DB connection). it doesn't use any external API like Google Maps Geolocation API, since i was asked not to use any of those.

Instructions:

type the following in the terminal to run the app:

  1. npm install
  2. npm start
  3. npm run dev
  4. go to http://localhost:8080/