Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 617 Bytes

Weather App

weather_app

📝 Description

Weather app that uses the OpenWeatherMap API. A JavaScript project from the Odin Project Curriculum.

💡 Features

  • Search cities will appear as cards
  • Can change between fahrenheit and celsius
  • localStorage saves cards on browser
  • Error popup if searched city could not be found
  • Mobile responsive

🛠️ Built with

  • HTML
  • CSS
  • TypeScript
  • Webpack
  • OpenWeatherMap API