A website built on Next.js to search pokemon from pokeapi.co based on name or number. Hosted in ▲ Vercel.
- 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.
To get a local copy up and running, please follow these simple steps.
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:
- Clone the repository.
git clone https://github.com/efrencodes/prueba-occ-pokemon.git
- Go to project folder.
cd prueba-occ-pokemon
- Install dependencies from
package.json
.
yarn install
# or
npm i
- Start the project.
npm run dev