Memory Mastery is a card-matching game designed to improve the users memory skills. The game features randomized cards, time tracking, and a highscores list to add challenge and competition. There is also a multiplayer mode for those who enjoy a more social experience.
React
Next.js
Styled Components
Jest
React Testing Libary
Zustand
Try the live version of the Memory App.
- Randomized cards
- Count failed attempts
- Time tracking
- Highscores list
- Multiplayer Mode
- Expand picture collections
- Increase card count beyond 16
- Allow users to upload their own images
- Add advanced motion modes
To see the current status of the project, check out these links:
To run project commands locally, you need to install the dependencies using npm i
first.
You can then use the following commands:
npm run dev
to start the development servernpm run build
to create a production buildnpm run start
to start the production buildnpm run test
to run the tests in watch mode (if available)
💡 This project requires a bundler. You can use
npm run dev
to start the development server. You can then view the project in the browser athttp://localhost:3000
. The Live Preview Extension for Visual Studio Code will not work for this project.
Tested on iOS mobile devices, including iPhone 11
and iPhone 13 mini
.
Copyright © 2023 Augustin Anders. All rights reserved. This app and its contents, including conception
, design
, development
, and pictures
, are the intellectual property of Augustin Anders
and may not be reproduced or used without permission.