/prueba-occ-pokemon

A website built on NextJS to search pokemon from pokeapi.co based on name or number. Hosted in ▲ Vercel.

Primary LanguageJavaScriptMIT LicenseMIT

Test OCC - pokemon

A website built on Next.js to search pokemon from pokeapi.co based on name or number. Hosted in ▲ Vercel.

Live Demo

Main features.

  • The project show a list of pokemons from API.
  • Page Detail of pokemons.
  • Pagination.
  • Search bar their favorite pokemon by name or number.
  • Use Nes.css for layout of page.

Getting Started

To get a local copy up and running, please follow these simple steps.

Prerequisites

Here is what you need to be able to run the web.

  • Node.js (Version: >= 16.x.x < 17).
  • npm (recommended) but you can use yarn instead.

Crafted with:

Development

  1. Clone the repository.
git clone https://github.com/efrencodes/prueba-occ-pokemon.git
  1. Go to project folder.
cd prueba-occ-pokemon
  1. Install dependencies from package.json.
yarn install

# or

npm i
  1. Start the project.
npm run dev