sudoku-web-app icon indicating copy to clipboard operation
sudoku-web-app copied to clipboard

Feature Request: gesture navigation on mobile

Open jtmcdole opened this issue 3 years ago • 3 comments

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.

jtmcdole avatar Dec 11 '21 15:12 jtmcdole

👍🏾 I'm definitely interested

grantm avatar Dec 11 '21 18:12 grantm

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?

jtmcdole avatar Jan 03 '22 17:01 jtmcdole

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

grantm avatar Jan 03 '22 19:01 grantm