sudoku-web-app
sudoku-web-app copied to clipboard
Feature Request: gesture navigation on mobile
I'm on the road and missing my WASD navigation. It would be nice to have either gesture like navigation or arrow keys. I don't feel like I can accurately target some cells with my thumbs.
If you take pull requests, I can add this when I get home.
👍🏾 I'm definitely interested
Totally missed the response, but I think I know where to add some code and experiment. Do you have any dev documentation for recommended setup? The code looks like you're using webpack?
The project was created using create-react-app. You'll need NodeJS installed (I have version 14). You can install dependencies with:
npm install
fire up a dev instance with:
npm start
and run tests with:
npm test