https://github.com/thomas-basham/weather-app-demo
An app that displays the weather to the user based on their input
https://github.com/thomas-basham/weather-app-demo
Last synced: 4 months ago
JSON representation
An app that displays the weather to the user based on their input
- Host: GitHub
- URL: https://github.com/thomas-basham/weather-app-demo
- Owner: Thomas-Basham
- License: mit
- Created: 2024-05-07T00:24:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-11T17:02:16.000Z (about 1 year ago)
- Last Synced: 2024-12-31T00:43:08.209Z (5 months ago)
- Language: CSS
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather App Demo
**Authors**: Codex Jan cohort
[Live Site](https://thomas-basham.github.io/weather-app-demo)
An app that displays the weather to the user based on their input
## Feature Tasks
- [x] Structure our HTML on the index page
- [x] Basic styling for index page
- [x] Choose Color scheme
- [x] Choose fonts
- [x] style index page
- [x] apply our color scheme
- [x] Connect HTML form to our JS
- [x] Write code to display weather data on UI
- [x] write fetch call to a api
- [x] render data from api call