zhomas / music-catalogue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Music Catalogue!

This is a project I worked on for a technical assessment as part of a job interview. It uses the Spotify Web API to display your most recent tracks and artists.

Uses the following technologies:

Scripts

To run the project:

yarn start

To run the tests:

yarn test

Potential improvements

  • Don't store tokens in localStorage
  • Replace hardcoded client_id and endpoints with environment-specific variables via .env.
  • Tidy up CSS, use @emotion theme providider.

About


Languages

Language:TypeScript 91.9%Language:HTML 8.1%