Skip to content

richagarg0731/react-reptile-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-reptile-app

Goals with Map Page:

  1. if user selects from navigation, go to default Map page without passing argument (accessed from router.js; result: blank map)
  2. if user clicks on "See Map Here" from an individual species in the Reptiles page then pass the reptile species as an argument to the Map page (accessed from Reptiles.js; result: all the countries in that species' range will be highlighted)
  3. if user clicks on a country from the list that includes all countries of a particular species's range (in Reptiles page), then a country is passed to the Map page (accessed from Reptiles.js; result: that country would be highlighted)

Steps:

  1. npm install
  2. npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages