dependabot[bot]
a4d7cbc8a5
Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/http-party/node-http-proxy/releases) - [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md) - [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1) Signed-off-by: dependabot[bot] <support@github.com>
Spoti Search
A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint.
- Deployed app: https://ruihildt.github.io/spoti-search/
- Endpoint: https://spotify-graphql-server.herokuapp.com/graphql
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)
Description
Languages
TypeScript
96.9%
HTML
3.1%