Skip to content

timknops/memory-game

Repository files navigation

Memory-Game

Simple memory game built with React - animated using framer-motion

This was my second project in React, with the main purpose of getting more familiar with the useEffect hook as well as the general React eco-system.

Live Demo

Desktop project screenshot

Built with

  • React
  • TailwindCSS
  • Framer-Motion
  • Vite

Installation

You can check out the live demo here. If you wish to get a local copy running then follow the steps below:

1. Clone the Repository

git clone https://github.com/timknops/memory-game.git

2. Dependencies

Navigate to the project's root directory and run:

npm install

This command will install all the necessary dependencies listed in the package.json file.

3. Start the application

Once the installation is complete, you can start the application using:

npm run dev

This will launch the development server, and you can view the app by opening http://localhost:5173 in your web browser.

Now you're all set to explore the project! If you encounter any issues or have questions, feel free to refer to the documentation or reach out for assistance.