This project uses Commitzen to ensure that git commit messages are formatted in a consistent way. Here is the stack used for this project:
You can see this running here: Deploy
To clone and run this application, you'll need Git installed on your computer.
After cloning the repository use your package manager to install the dependencies with the following
# yarn
yarn
# npm
npm installWith the project dependencies properly installed, run
# yarn
yarn dev
# npm
npm run devDoing that you will have the app running in development mode.
- Search Pokémon for name;
- Search page by page in a list of all pokémons;
- See the Pokémon information on click.
