Skip to content

Mezdek/pokedex

Repository files navigation

Pokedex

This project was one of many exercises in Wild Code School to learn how to work with React.js.

Check the deployed version

What it does

A list of pokemons with their images and abilities, in a beautiful design.

How to start

  1. First install the dependencies by running
npm install
# or
yarn install
  1. Then run the server by running
npm run dev
# or
yarn run dev
  1. Finally, open the browser to http://localhost:3000

Technical details

This project was built using:

  • Create React App, and it has been later moved to next.js
  • This project maps a static json file.