julianjca / pokemon-app

Home Page:https://poke-app-six.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pokemon App

Deployment:

This app supports PWA.

Pages

  • Pokemons list (/)
  • Pokemon detail page (/pokemons/[name])
  • My Pokemons page (/my-pokemons)

Prerequisites

Things needed and how to install:

Getting Started

First, install the dependencies

npm install
# or
yarn

Second, run the development server:

npm run dev
# or
yarn dev

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

Running the tests

yarn test
or 
npm run test

To run with coverage:

yarn coverage
or 
npm run coverage

Built With

About

https://poke-app-six.vercel.app/


Languages

Language:JavaScript 100.0%