Skip to content

sherzo/memory-game

Repository files navigation

Memory game (Vite + React + Typescript + Tailwind)

See demo: here 🚀

alt

🛠️ Environment Setup

Needed tools

  1. Install node.js
  2. Clone this project: git clone https://github.com/sherzo/memory-game
  3. Move to the project folder: cd memory-game

🔥 Application execution

  1. Install all the dependencies yarn install or npm install
  2. Run dev: yarn dev or npm run dev
  3. Open in your browser: http://localhost:5173/

✅ Tests execution

  1. Install the dependencies if you haven't done it previously: yarn install or npm install
  2. Run with: yarn test or npm run test

💪 Run in production

  1. Install the Vercel CLI and run vercel to deploy.
  2. Vercel will detect that you are using Vite and will enable the correct settings for your deployment.

👩‍💻 Project explanation

Simple memory game where you must find the pair of each card in the shortest time possible

About

⚛️ Challenge memory game (Vite + React + Typescript + Tailwind)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published