A small game where you need to press the arrows on the keyboard that will be randomly displayed.
Three correct ones are a victory, three incorrect ones (or skipping) are a defeat.
npm i
or
yarn
dev
/start
- start dev server and open browserbuild
- build for productionpreview
- locally preview production buildtest
- launch test runner
Uses Vite, Vitest, and React Testing Library to create a modern React app compatible with Create React App
npx degit reduxjs/redux-templates/packages/vite-template-redux my-app