A frontend to show spotify albums by artist
https://spoti-search.ruihildt.xyz/
public | ||
src | ||
.gitignore | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
yarn.lock |
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
- CRA with Typescript
- Apollo / GraphQL
- Grommet (an accessible framework/component library for react)
- Lodash (for debouncing the query)