Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desmondsanctity/sorare-graphql-query
A React JS app that shows players card using the sorare graphql API
https://github.com/desmondsanctity/sorare-graphql-query
Last synced: 14 days ago
JSON representation
A React JS app that shows players card using the sorare graphql API
- Host: GitHub
- URL: https://github.com/desmondsanctity/sorare-graphql-query
- Owner: DesmondSanctity
- Created: 2022-09-08T17:10:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T08:30:37.000Z (over 2 years ago)
- Last Synced: 2024-11-06T19:53:29.119Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 197 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started with Create React App
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Installing and running the project
In the project directory, you can run:
To install the build enter the following command in the root directory:
### `yarn install`Then run the command on your localmachine enter the command:
### `yarn start`### Question IV - How would you proceed to generate a PNG version of the card?
I would utilize any of the available libraries like html-canvas or dom-to-image to take in the div and render it as an image.