/pokedex

A Pokedex application built in NextJS - Just for fun

Primary LanguageTypeScript

Welcome to the Pokedex app!

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install dependencies:

npm install

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

To run tests:

npm run test