Skip to content

ananastasiap/game-of-arrows

Repository files navigation

game-of-arrows

Static Badge Static Badge Static Badge Static Badge Static Badge Static Badge

About

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.

Preview

Main page of the game

Installation

npm i

or

yarn

Scripts

  • dev/start - start dev server and open browser
  • build - build for production
  • preview - locally preview production build
  • test - launch test runner

Getting Started with Redux Toolkit

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