From 00e016529aea70da543484b0e6fa04c368c31200 Mon Sep 17 00:00:00 2001 From: rui hildt Date: Thu, 3 Aug 2023 10:53:22 +0200 Subject: [PATCH] Update readme --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6c4f3ae..0104db1 100644 --- a/README.md +++ b/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)