A modern weather dashboard built with SvelteKit, Tailwind CSS, and the OpenWeatherMap API.
- Node.js (v18+)
- An OpenWeatherMap API key (free tier)
# Install dependencies
npm install
# Copy the env example and add your API key
cp .env.example .env.local
# Then edit .env.local and replace your_api_key_here with your real keynpm run devOpen http://localhost:5173 in your browser.
- SvelteKit — Full-stack Svelte framework
- Tailwind CSS v4 — Utility-first CSS
- OpenWeatherMap API — Weather data provider
- TypeScript — Type safety