The classic memory game.
React / TypeScript / TailwindCSS / Vitest
Clone the project
git clone https://github.com/lucerojulian/memory-game
Go to the project directory
cd memory-game
Install dependencies
yarn
Run in development mode
yarn dev
We use Vitest for the tests in this project
To run tests, run the following command
yarn test
Every time a push to master is done, the project will be deployed automatically
For the deployment are used Vercel.