Skip to content

DaemonWill/simple-react-pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published