Skip to content

vinay72/weather

Repository files navigation

ReduxSimpleStarter/Weather

So, this App is going to be a Weather Forecast browser. At the Top, a user is going to be able to search for a City. It also contains various Columns . First Column is actually City Name and the remaining columns are going to be the Temperature, Pressure and Humidity for the next five days.

Redux

A predictable state container for JavaScript apps. You can start learning redux from visiting this link :- https://redux.js.org/

Getting Started

There are two methods for getting started with this repo.

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

> git clone https://github.com/vinay72/weather.git
> cd Weather
> npm install
> npm 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
> npm start

Running Demo at Node server

FireShot Capture 001 -  - localhost FireShot Capture 002 -  - localhost FireShot Capture 003 -  - localhost FireShot Capture 004 -  - localhost FireShot Capture 005 -  - localhost FireShot Capture 006 -  - localhost

About

A Redux Weather Forecasting App.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published