A web front-end for displaying select meteorological data at a particular location. The geocoding and weather forecast APIs are powered by Open-Meteo.
- 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
> git clone https://github.com/baturalpk/metcast.git
> cd ./metcast/
> pnpm install
> pnpm run dev