/trackify

Primary LanguageJavaScript

This is a simple audio player application for demo purposes and playground.

Try now

Screenshot

Implementation notes:

  • styled-components and rebass for styles;
  • react-router for client-side routing;
  • humps for converting API responses to camelCase;
  • lodash.throttle for throttling time updates in tag;
  • Fractal folder structure.

Todo

[] State management;

[] Cover with tests;