jakst / poke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

This is a a Pokedex application, consuming the https://pokeapi.co/docs/v2#pokemon API. It lets you browse through all pokemons available through the API.

Getting Started

Install all dependencies

pnpm install

Run the development server

pnpm dev

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

Other actions

Format the whole repo with prettier

pnpm format

Lint the repo

pnpm lint

Type check

pnpm tsc

Built with

This project is built with the following technologies

  • Next.js with React Server Components
  • Panda CSS for styling
  • SWR for client side data fetching
  • Zod for schema parsing / validation

About


Languages

Language:TypeScript 98.2%Language:JavaScript 1.5%Language:CSS 0.3%