Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Now 🌤️

A simple and fast weather application that lets users check live weather conditions for any city in the world.

This project is built for Jamie, an outdoor enthusiast who needs quick weather updates to plan outdoor activities.


🔗 Live Demo

👉 https://weather-application-pi-rosy.vercel.app/

📦 GitHub Repository

👉 https://github.com/omkoli77/Weather-application


✨ Features

  • Search weather by city name
  • Shows:
    • Temperature (°C)
    • Feels like temperature
    • Weather condition (Clear / Clouds / Rain etc.)
    • Humidity
    • Wind speed
  • Fast and minimal UI
  • Fully client-side (no backend required)

🧠 Use of LLMs (Mandatory Requirement)

This project was developed with assistance from GPT-5 (LLM) at multiple steps:

Task How LLM Helped
Understanding API responses Helped decode JSON fields from OpenWeatherMap
UI approach Guided how to organize state and display components
Error handling Provided logic to manage invalid city names
Documentation README text and explanation structured with LLM assistance

The LLM served as a planning and guidance assistant, but all implementation and coding were done by me.


🌍 API Used

API Provider Purpose
Current Weather API OpenWeatherMap Get live weather data for any city

Example Request:

Clone the project

git clone https://github.com/omkoli77/Weather-application

Go to project folder

cd Weather-application

Install dependencies

npm install

Start development server

npm run dev

Releases

Packages

Contributors

Languages