RvN-R / weather-app

Small project I created to help me improve my skills with React and calling to various API's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Small project I created to help me improve my skills with React and calling to various API's


Languages

Language:JavaScript 72.2%Language:CSS 17.4%Language:HTML 10.4%