https://github.com/bunsdev/weather-app
A mobile responsive React application that calls an API to generate a 3 day forecast of any city
https://github.com/bunsdev/weather-app
Last synced: 4 months ago
JSON representation
A mobile responsive React application that calls an API to generate a 3 day forecast of any city
- Host: GitHub
- URL: https://github.com/bunsdev/weather-app
- Owner: BunsDev
- Created: 2022-03-17T06:58:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T11:09:58.000Z (over 4 years ago)
- Last Synced: 2026-01-12T14:43:10.979Z (5 months ago)
- Homepage: weather-app-bunsdev.vercel.app
- Size: 229 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
* [App Link](https://weather-react-app-seongsu.herokuapp.com/)
## Wireframe

## App Summary
This application displays the 3 day forecast of any city.
## User Stories
1. As a user, I can enter a name of any city
2. As a user, I can view the 3 day forecast of any city
3. As a user, I can alter the temperature reading between Fahrenheit and Celcius
## Technologies Used
* Weather API
* JavaScript
* HTML / CSS
* Sass
* React
* Heroku
* GitHub
## Approach
* Started by creating user stories, wireframes and targeting users' pain points
* Developed and tested each feature one step at a time before coding the next feature