This is a simple Weather App built with Next.js that allows users to get real-time weather information for a specific location. Users can enter a city or location name, and the app will fetch and display the current weather data, including temperature, weather conditions, humidity, and wind speed.
You can try out the live demo of the Weather App at https://weather-easy-wlisesrivas.vercel.app/.
- Current Weather: Get the current weather information for a specified location.
- Responsive Design: The app is fully responsive and works well on various devices.
- Next.js A React framework for server-side rendering and building web applications.
- Tailwind CSS A utility-first CSS framework for rapidly building modern websites.
- Redux Toolkit Query a powerful data fetching and caching tool .
- Clone the repository:
git clone https://github.com/wlisesrivas/weather-easy.git
cd weather-easy
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
Open http://localhost:3000 with your browser to see the result.