Skip to content

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

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.

Weather App

Description

A simple weather application built with Next.js, TypeScript, and Tailwind CSS. This app fetches and displays the current weather for a user-specified location, using the OpenWeatherMap API or mock data if the API call fails.

Installation Instructions

Follow these steps to set up and run the project locally:

  1. Unzip the file

  2. install dependencies npm install

  3. Setup Environmental Variables

NEXT_PUBLIC_OPENWEATHER_API_KEY=your_openweathermap_api_key
  1. Run the Development Server
    npm run dev or yarn dev

  2. Run tests npx jest

  3. Additional Information

    Tech Stack: Next.js, TypeScript, Tailwind CSS, Axios, Jest, Testing Library

    API Usage: The application fetches weather data from the OpenWeatherMap API. If the API is not reachable, mock data is used.

    Components: WeatherCard: Displays weather information. fetchWeatherData: Fetches weather data from the API or returns mock data if the API fails.

Releases

Packages

Used by

Contributors

Languages