/weather-app

React App that shows the current temperature around the world

Primary LanguageJavaScript

Current Weather

Description

This App was built in React consuming an API and using the { useState } Hook. It gets the current date and weather of the location the user searched. It also has its background changed according to the temperature. If it's less than 16°C, a cold weather day background image is showed, and if it's more than that, a warm weather day.

App

Cold Screenshot

Warm Screenshot

How to install

  1. Clone the App
  2. Open the App directory.
  3. Run the command: npm install
  4. After that, run the command: npm start