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)
- 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
- 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