Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 467 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 467 Bytes

Svelte Weather App

This is a very simple weather app utilizing geolocation and the open weather API. The purpose of this app is to learn Svelte.

Current Todo Items

  • Add a loading animation (look into Svelte animation library)
  • Add testing
  • Conditional render cool animations based on current weather
  • Add option to change location (form field)
  • More interesting styling choices (look into how to add sass to a svelte app)
  • Deploy