Skip to content

Pokédex Website that consumes the PokéAPI to display information of all existing Pokémon.

License

Notifications You must be signed in to change notification settings

gabrielrg14/pokedex

Repository files navigation

Pokédex

Pokédex project that consumes the PokéAPI to display information of all existing Pokémon.

⚙️ Technologies

Technologies studied and used to carry out this project:

📝 Pre-requirements

To clone and run this project, you will need:

Note: When installing Node.js, npm is automatically installed. 🎉

🛠️ Installation

$ npm install

🏃 Running the app

# development
$ npm run dev

# build
$ npm run build

# production
$ npm run start

🧪 Running the tests

# unit tests
$ npm run jest

# e2e tests
$ npm run cy:run

# test coverage
$ npm run jest:coverage

Made with 💚 by Gabriel Rapucci.