Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.
/ Weather-App Public archive

Small application just to practice react and learn more about ContextApi.

Notifications You must be signed in to change notification settings

julianosirtori/Weather-App

Repository files navigation

Weather App

PRs Welcome License MIT

Features

  • React
  • Context API
  • 💅 CSS — styled-components
  • 💖 Eslint
  • 💖 Openweathermap

Getting started

  1. Clone this repo using https://git@github.com:julianosirtori/Weather-App.git
  2. Move to the appropriate directory: cd Weather-App.
  3. Run yarn to install dependencies.
  4. Copy and rename file .env.example cp .env.example .env
  5. Generate your key api in openweathermap and paste in REACT_APP_API_KEY
  6. Run yarn start to see the example app at http://localhost:3000.