Skip to content

wlisesrivas/weather-easy

Repository files navigation

Weather App with Next.js

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.

weather-easy-demo.gif

Demo

You can try out the live demo of the Weather App at https://weather-easy-wlisesrivas.vercel.app/.

Features

  • Current Weather: Get the current weather information for a specified location.
  • Responsive Design: The app is fully responsive and works well on various devices.

Tech Stack

  • 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 .

Installation

  1. Clone the repository:
git clone https://github.com/wlisesrivas/weather-easy.git
cd weather-easy
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

Open http://localhost:3000 with your browser to see the result.

About

A NextJS project for practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published