This project was bootstrapped with Create React App.
You can find a live demo here.
A simple frontend which uses the spotify api. Its features are:
- Search for artists
- Save your favorite artist in a list
- List your favorite artists in a nicely formatted table.
- Delete an artist from your favorite list
Start the dev server:
$ yarn dev
Start the production server:
$ yarn build && serve -s build