/quill-weather-frontend

Frontend for Quill weather app built with NextJS and TailwindCSS

Primary LanguageTypeScript

⛅ Quill Weather App: Live weather forecasts of cities

A simple weather app that displays the current weather of a city. It uses a Python backend API to fetch the weather data from the WeatherStack API.

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 view the app locally.

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