Create a widget that will load in the top tracks (provided in tracks/top.json).
Please recreate the spec.png to the best of your ability.
- Please Fork this project and only share your Fork
- Do NOT open Pull Requests on this repo
- No front end framework (React/Angular/Vue etc)
- JS tooling is okay but not required. (Typescript, babel, etc.)
- Plain/Vanilla CSS. SASS/SCSS is okay but not required.
- App should be available at
localhost:3000after runningnpm startoryarn start - Data should be available at endpoint
localhost:3000/tracks/top.jsonand requested from the client. - Image paths can be assumed by getting a slugified
artistname plus an extension. (Seeimages/) - Please include a way to sort by
playCountandartiston the client.