Skip to content

angelisamaria/pokedex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokedex with React

Taken from this blog post: Let’s Build a Pokedex with React

Alt Text

To run this app

  • Confirm your Node version > 6, otherwise you can use nvm to install the latest version of node
  • Clone this repository
  • Run npm install to install required dependencies
  • Run npm start to start up the react app
  • Visit http://localhost:3000/ to access the Pokedex

Notes

I made changes to the DetailView.js file that is different than the tutorial where the data-name is used as a heading, followed by the type and ID of each pokemon. Additionally, I removed the CSS styling of the data-char className in DetailView.css to provide for more UI consistency.

Next Steps

Things I would like to add or change in future iterations:

  • Add a heading to the Pokedex itself
  • Utilize other API calls or scraping to provide additional information about each Pokemon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published