Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 444 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 444 Bytes

Pokedex

A simple pokedex App made with React, shows all the pokemons provided by https://pokeapi.co/

Run Locally

Clone the project

  git clone https://github.com/SmartByt3r/Pokedex.git

Go to the project directory

  cd Pokedex

Install dependencies

  npm install

Start the server

  npm run start

Running Tests

To run tests, run the following command

  npm run test