Skip to content

bonett/forecast-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forecast-app

Version 1.0.0.

This forecast application with ReactJs, SessionStorage, Bem, Sass, Bootstrap4, Font-awesome, convert-units, moment, Google Maps React, Proptypes.

Requirements

Must be able to do a search by the city name and Each time the user searches the forecast for a city the result should be shown indicating:

* Temperature
* Pressure
* Humidity
* Max temperature
* Min temperature
* A Map showing the location of the city (using long and lat)

Is required to maintain a list with the last 5 searched cities (it should be persisted in local storage). Any item of the list can be deleted.

Every time a city from the above list is clicked, the forecast information should be shown as in step (2).

Add at least one additional feature that you think would be useful for the user.

Some tips:

Installation

Clone Repository:

git clone https://github.com/bonett/weather-app.git

Enter to root folder:

cd weather-app

Install the dependencies:

With yarn:

yarn

Or with npm (if you like to use NPM - Delete yarn.lock and yarn-error.log):

npm install

Usage example

To run project: (the next depend to before step)

With yarn:

yarn start

Or with npm:

npm run start

Forecast should be running on http://localhost:3000/.

Release History

  • 0.0.1
    • Work in progress