Skip to content

RamunnoAJ/pokedex

Repository files navigation

POKEDEX

📃 About

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.

🔨 Technologies

This project was developed with the following technologies:

  • JavaScript
  • HTML
  • CSS
  • SASS
  • Cypress
  • Jest

📚 Requirements

  • 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

🚀 Getting started

  # Clone the repository:
  $ git clone https://github.com/RamunnoAJ/pokedex

  # Enter directory:
  $ cd pokedex
  
  # Install dependencies:
  $ npm install

  # Run locally
  $ npm run start

🩹 Running tests

  # End-to-End testing
  $ npm run test:cypress

  # Unit testing
  $ npm run test:dev

Made with ❤️ by Agustín Ramunno 👋🏻 Get in touch!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published