/Dinos2

Primary LanguageJavaScript

Galvanize Dinosaurs - Profiles

Instructions

  1. Refactor the provided site so that it uses your chosen front end framework.

  2. Key functionality that you need to replicate includes:

  • Getting data from an API with fetch
  • Rendering that data in a list of profiles
  • Toggling the profile on a click event
  • Rendering each profile's list of skills
  1. Your app must be broken down into components for the:
  • header
  • profiles
  • skill list
  • footer

Testing

  1. Run npm install.
  2. Host your app locally on port 8080.
  3. Navigate to this folder and run npm test.

Deployed Link

Framework of choice