Skip to content

danangekal/pokedex-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Getting Started

First copy .env from .env.example

Install package:

npm run install
# or
yarn install

For run the development mode:

npm run dev
# or
yarn dev

For run production mode:

# step 1
npm run build
# or
yarn build

# step 2
npm run start
# or
yarn start

Noted: Use node >= 12.13.0

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

Technology

Features

  • Browse pokemon in infinite list (done)
  • View detail information of each pokemon (done)
  • View the image of each pokemon (done)
  • Search pokemon (done)
  • Filter list of pokemon based on an attribute of pokemon (done)

Demo

You can check demo

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

Check out our Next.js deployment documentation for more details.