Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 701 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 701 Bytes

React-Weather

CI

Web app to view the weather developed on React.js (React Hooks, React Router, React Testing Library, React Bootstrap).

The web application is available at this link https://react-weather-grabovsky.herokuapp.com/

screenshot

Install the dependencies

yarn

Project setup

  1. Register on the website https://www.weatherapi.com
  2. Set the REACT_APP_WEATHER_KEY environment variable with the value received after registration

Run web application

yarn start