Skip to content

andna/pokitdex

Repository files navigation

Getting Started

As any Frontend developer, here It's my own personal pokedex solution.

Used React18, Redux, Typescript, MUI, Formik and Yup.

Data gathered from the Pokeapi.

Getting Started

First, install the node module packages the development server:

npm install
# or
yarn install

Then, run the Pok'it Dex.

npm run dev
# or
yarn dev

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