/ReactTypeScript-WeatherApp

bc13_w12d5_hackathon_react-typescript-ash-steve-peter-room-3 created by GitHub Classroom

Primary LanguageTypeScript

🌦️ Welcome to the Weather app

This app allows you to view the current weather and forecast for a specific location. It displays:

  • temperature
  • wind speed
  • humidity
  • visibility for that location.

(The site actually inputs the city your currently in, by default, using your dynamic IP address)

▶️ Instructions for use

  • Open the app in your web browser
  • Enter the city you want to view the weather for
  • Press the "Submit" button to see the current weather for that location

🛠️ Devlopmemt

  • React, a popular JavaScript library for building user interfaces
  • TypeScript, a strongly-typed variant of JavaScript
  • We have also utilized npm packages and the API provided by api.openweathermap.org to retrieve weather data

🙏 Acknowledgements

👨‍💻 Authors