Update readme

This commit is contained in:
rui hildt 2023-08-03 10:53:22 +02:00
parent e98cbbb727
commit 00e016529a
Signed by: ruihildt
GPG Key ID: 2340C85C59BB76ED
1 changed files with 9 additions and 9 deletions

View File

@ -2,8 +2,8 @@
A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint.
- Deployed app: https://spoti-search.ruihildt.xyz/
- Endpoint: https://spotify-graphql-server.herokuapp.com/graphql
- Deployed app: https://spoti-search.ruihildt.xyz/
- API used: https://joyce-spotify-graphql.herokuapp.com/graphql
## Using the app
@ -14,13 +14,13 @@ A react application using typescript showing the albums of an artist the user is
### Usage
- Run the app: `yarn start`
- Build the app to deploy it: `yarn build`
- Run the tests: `yarn test`
- Run the app: `yarn start`
- Build the app to deploy it: `yarn build`
- Run the tests: `yarn test`
## Tech Stack
- [CRA with Typescript](https://create-react-app.dev/docs/adding-typescript/)
- [Apollo / GraphQL](https://www.apollographql.com/docs/react/)
- [Grommet](https://v2.grommet.io/) (an accessible framework/component library for react)
- [Lodash](https://lodash.com/) (for debouncing the query)
- [CRA with Typescript](https://create-react-app.dev/docs/adding-typescript/)
- [Apollo / GraphQL](https://www.apollographql.com/docs/react/)
- [Grommet](https://v2.grommet.io/) (an accessible framework/component library for react)
- [Lodash](https://lodash.com/) (for debouncing the query)