/react-weather-webapp

Display the weather in a given list of capital city

Primary LanguageJavaScript

React Weather Web Application

Find the current weather any city on europe and earth with this web app


Simple React web application written with jsx that returns the current weather. The app is build with Create-react-app

and



How to run the app locally:

  1. Clone the repository
  2. Run npm install or yarn install to install all needed dependencies on your terminal.
  3. In the other command prompt run npm start or yarn start. These commands do the same thing: Starting your server to host the web app.
  4. Navigate to localhost:3000 to see the app in action