Skip to content

pedroepif/pokedex

Repository files navigation

Pokedex APP using Next.Js

This is a simple full-stack project using Next.Js to create a pokedex using the PokeAPI. The project contains the main page, that render pokemons on demand and allowing the user to load more pokemons by clicking the "Load more" button. The details page, contains the main pokemon information as: Height, Weight, Types, Stats and Abilities.

Running the project

First you need to install all the required packages:

yarn install

As a Next.Js project you can run it on dev mode:

yarn dev

Or you can build and run the project:

yarn build
# then
yarn start

About

Full-stack application using Next.Js to recreate a pokedex with PokeAPI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors