wlisesrivas / weather-easy

A NextJS project for practice

Home Page:https://weather-easy.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://weather-easy.vercel.app


Languages

Language:TypeScript 94.2%Language:JavaScript 4.8%Language:CSS 1.0%