Add deployed app link
This commit is contained in:
parent
0beba71a74
commit
bb9c55d180
10
README.md
10
README.md
@ -1,22 +1,26 @@
|
|||||||
# Spoti Search
|
# Spoti Search
|
||||||
|
|
||||||
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://ruihildt.github.io/spoti-search/
|
||||||
|
- Endpoint: https://spotify-graphql-server.herokuapp.com/graphql
|
||||||
|
|
||||||
## Using the app
|
## Using the app
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
1. Clone the git repo [from here](https://github.com/ruihildt/spoti-search).
|
1. Clone the git repo [from here](https://github.com/ruihildt/spoti-search).
|
||||||
2. Install libraries using yarn (can also be run with npm): `yarn install`
|
2. Install libraries using yarn (can also be run with npm): `yarn install`
|
||||||
|
|
||||||
### 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)
|
||||||
|
|
||||||
## Graphql endpoint
|
|
||||||
https://spotify-graphql-server.herokuapp.com/graphql
|
|
Loading…
Reference in New Issue
Block a user