An open API service indexing awesome lists of open source software.

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

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