Skip to content

lucerojulian/memory-game

Repository files navigation

Memory game

The classic memory game.

Playing screen

Authors

Tech Stack

React / TypeScript / TailwindCSS / Vitest

Demo

Run Locally

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

Running Tests

We use Vitest for the tests in this project

To run tests, run the following command

  yarn test

Deployment

Every time a push to master is done, the project will be deployed automatically

For the deployment are used Vercel.