A modern, responsive weather application built with Next.js and TypeScript that provides real-time weather data and forecasts.
Check out the live demo: The Cool Weather App
- ๐ก๏ธ Real-time weather data and forecasts
- ๐ Location-based search
- ๐ Geolocation support
- ๐ฑ Responsive design
- ๐ Dark/Light theme
- โก Loading states and error handling
- โ๏ธ Next.js 15.2
- ๐ TypeScript
- ๐จ Tailwind CSS
- ๐ฏ shadcn/ui
- ๐ญ Lucide React
- ๐ Sonner
- Node.js 18.17 or later
- pnpm (recommended) or npm
git clone https://github.com/EduardoProfe666/weather-app.git
cd weather-app
pnpm install
pnpm dev
The application will be available at http://localhost:3000
- Fork the repository
- Create your feature branch (
git checkout -b feature/NewFeature
) - Commit your changes (
git commit -m 'Add NewFeature'
) - Push to the branch (
git push origin feature/NewFeature
) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
Developed with โค๏ธ by EduardoProfe666