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.
|
||||
|
||||
- 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)
|
||||
|
Loading…
Reference in New Issue
Block a user