PWA Weather App

PWA Weather App

17/08/2025

Yes... another useless weather app... 😅

After six months of not doing frontend stuff (I was busy with AI stuff), I decided to do a quick refresher project to get back on track with react and other widely used libraries. So I just made this to refresh my skills with React and data handling.

I decided to go full CSR using vite and react-router to keep things simple.

styled with tailwind.

global state management with jotai.

data fetching with axios.

data caching with Tanstack Query.