This is a weather application built with Next.js, Tailwind CSS, and Jotai for state management. It uses the OpenWeatherMap API to fetch weather data.
The application is deployed and can be accessed at https://weather-app-nine-gamma-44.vercel.app/
- Fetch and display weather data from the OpenWeatherMap API
- Search for weather information by location
- Responsive design that works on both desktop and mobile devices
First, clone the repository:
git clone <repository-url>
cd nextjs
npm install
npm run dev
You’ll need to add your OpenWeatherMap API key to a .env file in the root of your project
NEXT_PUBLIC_WEATHER_KEY=your_openweathermap_api_key
Replace your_openweathermap_api_key with your actual API key.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the terms of the MIT license.