Skip to content

chrisvasqm/pokebry

Repository files navigation

Pokedex

Sample React app that mimicks a Pokedex using a publicly available Pokemon based API inspired by Sulis Triyono 's design.

Getting started

Install dependencies:

npm install

Run the app:

npm run dev

Then follow the instructions on your terminal.

Preview components with Storybook

Start the Storybook with this command:

npm run storybook