Skip to content
This repository was archived by the owner on Jun 8, 2024. It is now read-only.

baturalpk/metcast

Repository files navigation

metcast.

A web front-end for displaying select meteorological data at a particular location. The geocoding and weather forecast APIs are powered by Open-Meteo.

🧰 Tech Stack

  • Core: Next.js, TypeScript
  • Async Data Fetching & Management: TanStack Query (React Query), Axios
  • Global State Management: Zustand
  • Styling: Tailwind CSS, PostCSS, heroicons, Font Awesome Icons
  • Miscellaneous: Day.js, Immer, Lodash, use-debounce, ESLint, Prettier

⚙️ Run Development Server

> git clone https://github.com/baturalpk/metcast.git

> cd ./metcast/

> pnpm install

> pnpm run dev

🖼️ Screenshots