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 devThe 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