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.
- React
- TailwindCSS
- Framer-Motion
- Vite
You can check out the live demo here. If you wish to get a local copy running then follow the steps below:
git clone https://github.com/timknops/memory-game.git
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.
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.