Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 1.44 KB

README.md

File metadata and controls

38 lines (22 loc) · 1.44 KB

simple-react-pokedex

A simple pokedex app that utilizes React and the pokeapi

Build Status

Use the Pokedex

https://u5s8n.csb.app/

Requirements

  • Any stable release of NodeJS

Setup

Simply run an npm install in the root folder and you should be able to use the app locally

To use the app locally, you can start the server at port 3000 with npm start (the browser tab should open and reload automagically)

Using the app/service

NOTE the app is responsive, so feel free to access it with a mobile device.

  • You can cycle through the displayed pokemon Alt Text

  • You can directly search for a pokemon by entering their pokedex-number or their name Alt Text

  • You can select and display a random pokemon Alt Text

  • You can sort the displayed pokemon by their name or pokedex-numbers Alt Text

Running tests

Run an npm test in the root folder to execute the current tests