/arvo-pokedesk

Build a pokedesk with searchBar and Card components using nextjs

Primary LanguageTypeScript

PokeDex!

This project is using Nextjs(v14.2.1)

Getting Started

First, install all the dependencies through NPM

npm install

Then run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result. The project will run only locally but using a external API https://pokeapi.co/.

Improvements

  • Improvement Error Page;
  • Improvement logic on SearchBar component;
  • Better the accessibility;
  • Write unit test for the components and functions;
  • Build a pipeline om Github Actions;

Stack

  • Nextjs
  • Typescript
  • Tailwind