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.
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.
There are two methods to download the repository.
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
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
Open the browser go to localhost:8080