/weather-app

Weather Application inspired by the WeatherBug app. Weather data fetched from openweathermap api. Location data fetched from locastioniq api. React/TypeScript. Responsive for mobile and desktop.

Primary LanguageTypeScript

Weather App

Introduction

Built with React/Vite, TypeScript, responsive CSS, and JavaScript fetch. Weather Data from OpenWeather and geolocation service from LocationIQ. To download and run this application you will need api keys from both of these free services. I will maintain an updated version of this application running at https://rdillon.net/weather-app/.

TODOs

  • Implement unit tests for the components
  • Add error handling for failed API requests
  • Refactor CSS to Tailwind
  • ...