- React + Vite
- TypeScript
- TailwindCSS
- ShadcnUI
- Zustand
- Clone the repo, and install all dependencies using
npm i
- Create your
.env
file, and copy the environment key structure from.env.local
- Get your API Key from OpenWeatherAPI, and paste inside
.env
- Spin up the dev server using
npm run dev