Update readme
This commit is contained in:
parent
e98cbbb727
commit
00e016529a
18
README.md
18
README.md
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
A react application using typescript showing the albums of an artist the user is searching for using a GraphQL endpoint.
|
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/
|
- Deployed app: https://spoti-search.ruihildt.xyz/
|
||||||
- Endpoint: https://spotify-graphql-server.herokuapp.com/graphql
|
- API used: https://joyce-spotify-graphql.herokuapp.com/graphql
|
||||||
|
|
||||||
## Using the app
|
## Using the app
|
||||||
|
|
||||||
@ -14,13 +14,13 @@ A react application using typescript showing the albums of an artist the user is
|
|||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
|
||||||
- Run the app: `yarn start`
|
- Run the app: `yarn start`
|
||||||
- Build the app to deploy it: `yarn build`
|
- Build the app to deploy it: `yarn build`
|
||||||
- Run the tests: `yarn test`
|
- Run the tests: `yarn test`
|
||||||
|
|
||||||
## Tech Stack
|
## Tech Stack
|
||||||
|
|
||||||
- [CRA with Typescript](https://create-react-app.dev/docs/adding-typescript/)
|
- [CRA with Typescript](https://create-react-app.dev/docs/adding-typescript/)
|
||||||
- [Apollo / GraphQL](https://www.apollographql.com/docs/react/)
|
- [Apollo / GraphQL](https://www.apollographql.com/docs/react/)
|
||||||
- [Grommet](https://v2.grommet.io/) (an accessible framework/component library for react)
|
- [Grommet](https://v2.grommet.io/) (an accessible framework/component library for react)
|
||||||
- [Lodash](https://lodash.com/) (for debouncing the query)
|
- [Lodash](https://lodash.com/) (for debouncing the query)
|
||||||
|
Loading…
Reference in New Issue
Block a user