Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.