PuddleCast is a simple and beautiful weather app built as a hobby project. It fetches your real-time weather based on your location and shows hourly and daily forecasts with a clean UI.
Whether you're heading out or planning your day, PuddleCast gives you the weather info you need—instantly.
This project is built with:
- Next.js – React framework for SSR and routing
- React.js – Frontend UI
- Bootstrap – For responsive design and styling
- Open-Meteo API – To fetch weather data (current, hourly, daily)
- Vercel – For easy and free deployment
- Geolocation API – To get the user’s current location
- Clone the repo
git clone https://github.com/adhwaithas/puddlecast.git cd puddlecast npm run dev