Skip to content

artprofi91/React-Weather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React-Weather

One of my short term goals is to be proficient in React and to achieve this goal I subscribed to the (Udemy course by Stephen Grider). The best way to learn React is by building React apps.

How app works

1


Simple React weather app that allows you to browse 5-day weather forecast for the city you want. I used OpenWeatherMap API, Google Maps API and beautiful and expressive sparklines component for React.

Project Installation

There are two methods to download the repository.

Method I: Familiar with Git?

Clone this repository, install dependencies, then run the project with the following:

> git clone git@github.com:artprofi91/React-Weather.git
> cd React-Weather
> npm install   or   yarn install
> npm start   or   yarn start

Not Familiar with Git?

Click here then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory and:

> npm install   or   yarn install
> npm start   or   yarn start

Project will run on:

Open the browser go to localhost:8080

About

React-Weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published