/tune-take-home

Take home coding challenge for TUNE

Primary LanguageJavaScript

Take home assignment for TUNE application. Displays user cards with avatar, user metrics and line graph. Data sourced from provided JSON files. Bootstrapped with Create React App.

Directory

  • src/data contains raw JSON files provided by TUNE.
  • src/helpers contains helper functions that parse/sort JSON data for consumption by front end.
  • src/views contains main front end components and styled components.
  • src/tests contains unit tests and component snapshots.

Setup

  • Run npm install
  • Run npm run start to run the app in development mode.
  • Visit http://localhost:3000 in a browser while the app is running.

Tests

  • npm run test will launch the Jest test suite.