My first project made in React, made in order to practice skills. Lately rewritten in TypeScript.
It relies on react-ts-gamepads library, using hook method.
You can check it out here
To run this application type npm start
in terminal.
Open http://localhost:3000 to view it in your browser.
If you want to build deployable version you can type npm run build
.
Next step is to host files from build
folder (or you can fork it and host directly on for e.g. Netlify)