71b3e71ce59421a9cae3956424c4265c170ed2e5
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
Installation
- Clone the git repo from here.
- Install libraries using yarn (can also be run with npm):
yarn install
Usage
- Run the app:
yarn start
- Build the app to deploy it:
yarn build
- Run the tests:
yarn test
Tech Stack
- CRA with Typescript
- Apollo / GraphQL
- Grommet (an accessible framework/component library for react)
- Lodash (for debouncing the query)
Graphql endpoint
Description
Languages
TypeScript
96.9%
HTML
3.1%