Skip to content

Simple weather app using nextjs react, typescript, and tailwindcss

UXJester/weather-app-next

Repository files navigation

Weather App - Next.js

A weather application built with Next.js that displays current conditions and forecasts.

Getting Started

Prerequisites

  • Node.js 16+
  • npm or yarn
  • AccuWeather API key

Setup

  1. Clone the repository
  2. Install dependencies:
    npm install
    # or
    yarn
  3. Create a .env.local file in the root directory with your AccuWeather API key:
    WEATHER_API_KEY=your_accuweather_api_key_here
    
  4. Run the development server:
    npm run dev
    # or
    yarn dev
  5. Open http://localhost:3000 with your browser to see the result.

Features

  • Current weather conditions
  • 5-day forecast
  • Search by city name
  • Responsive design

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Simple weather app using nextjs react, typescript, and tailwindcss

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •