A frontend to show spotify albums by artist https://spoti-search.ruihildt.xyz/
Go to file
rui 3a6b4c2302
Merge branch 'master' into tests
2020-08-03 00:47:19 +02:00
public Add Other component and refactor markup 2020-07-24 00:12:31 +02:00
src Merge branch 'master' into tests 2020-08-03 00:47:19 +02:00
.gitignore Add CRA with typescript 2020-07-22 11:42:48 +02:00
LICENSE Initial commit 2020-07-22 11:01:52 +02:00
README.md Update Readme 2020-08-03 00:44:11 +02:00
package-lock.json Add initial App component test 2020-07-27 18:44:28 +02:00
package.json Add github pages as dev dependency 2020-07-23 21:33:59 +02:00
tsconfig.json Fix handleSelect and render basic result page 2020-07-23 19:53:47 +02:00
yarn.lock Add github pages as dev dependency 2020-07-23 21:33:59 +02:00

README.md

Spoti Search

A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint.

Using the app

  • Clone the git repo from here.
  • Installing libraries: yarn install
  • Running the app: yarn start
  • Build the app to deploy it: yarn build

Tech Stack

Graphql endpoint

https://spotify-graphql-server.herokuapp.com/graphql