Simple multiplication game using React.js, Typescript and Vite
React Multiplication Game
A game for practicing multiplication, made in React.
Running it
In order to run it, you must have npm installed:
git clone "https://github.com/callsamu/react-multiplication-game"
cd react-multiplication-game
npm install
npm run dev
then, open localhost:5173
in your browser.