Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 993 Bytes

File metadata and controls

21 lines (12 loc) · 993 Bytes

Welcome to my Weather App project!

I wanted to improve my understanding of React and in doing so, increase my experience in calling to API’s, the result was the “Weather App”. This project allows users to type in the name of their city and recieve a seven day weather report displaying all the usual information you would expect to see including highest/lowest temperture, pressure, humidity and weather icons assocaited with the report.

visit the live site here:

Running the project locally

npm install

Installs all of the dependacies for the Weather App from the package.json

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.