This repository contains a monorepo of the Pokedex app.
The Pokedex is an app which the user can view a list of Pokemons, search and view the details of a specific Pokemon. To get the Pokemons data it was used the PokéAPI.
This project was developed with the following technologies:
- JavaScript
- HTML
- CSS
- SASS
- Cypress
- Jest
- To have Git installed to clone the repository.
- To have Node.js installed.
- To have http-server installed via node globally
npm install -g http-server
# Clone the repository:
$ git clone https://github.com/RamunnoAJ/pokedex
# Enter directory:
$ cd pokedex
# Install dependencies:
$ npm install
# Run locally
$ npm run start
# End-to-End testing
$ npm run test:cypress
# Unit testing
$ npm run test:dev
Made with ❤️ by Agustín Ramunno 👋🏻 Get in touch!