MindMate is a motivational quote memory game, where users challenge their memory skills while being inspired by powerful quotes. This interactive game not only helps users train their memory but also uplifts them with motivational messages and visuals on every correct match.
cat > .env
NEXT_PUBLIC_QUOTE_ENDPOINT="your quote endpoint api"
NEXT_PUBLIC_MONGODB_URI="your mongo-db-uri"docker build -t mindmate-app .docker run -p 3000:3000 mindmate-app-
Real-time visitor count (both unique and total visitors count).
-
Fetches unique motivational quotes from a live API.
-
Fully responsive with light and dark theme support.
-
Smooth animations powered by Framer Motion.
-
Track game progress and display a congratulatory message upon completion.
-
Flip two cards at a time — match the quotes to win!
-
Game ends when all pairs are correctly matched.
- Next.js
- TypeScript
- Tailwind CSS
- MongoDB
- Framer Motion
Thanks for checking out MindMate – we hope it brings a spark of inspiration to your day 🌟 If you liked the project, consider giving it a ⭐ on GitHub!