julianosirtori / Weather-App

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:CSS 50.0%Language:JavaScript 47.2%Language:HTML 2.8%