https://github.com/sara-pixie/react-weather-app
Project for SheCodes React
https://github.com/sara-pixie/react-weather-app
axios-react css html open-weather-api react weather-app
Last synced: about 1 month ago
JSON representation
Project for SheCodes React
- Host: GitHub
- URL: https://github.com/sara-pixie/react-weather-app
- Owner: Sara-pixie
- Created: 2021-03-27T15:32:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-04T13:45:19.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T15:32:27.528Z (3 months ago)
- Topics: axios-react, css, html, open-weather-api, react, weather-app
- Language: JavaScript
- Homepage: https://laughing-hawking-26c777.netlify.app/
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather app
Project for SheCodes React
# Description
It allows users to search for a city by name or your current location
and shows:
- current weather (weather, temperature, what it feels like, humidity and wind speed)
- daily forecast (weather, maximum and minimum temperature).
- hourly forecast (weather, temperature)
- and weather alerts if there are any
- it also converts metric units into imperial units and vice versa for all temperatures and wind-speed
# Technologies
- HTML
- CSS
- React.js
- Open Weather Map API with axios