Back to projects
Nov 21, 2024
2 min read

Weather App

Another take on the React weather app
  • React
  • Tailwind
  • Typescript
  • shad-cn
  • Next.js

This is just another take on the React Weather app. Taking it a little further towards an app by introducing the following features:

  • Checks for browser location ( if authorized by user ) and shows the weather for that region
  • uses a free open source api Open Meteo rather than several of the ones out there that are rate limited.
  • incorporates a map that zooms to the location whenever it’s updated. Additionally, it includes the following overlays (temperature, cloud, wind & precipitation). NOte: you must zoom outon the map to see the layers they are selected.

You can read more about this app here

screenshot