腸胃淸道夫 is a board/card game. By assignning each player with either friendly or naughty role, the game aims at using a different perspectives to help players understand how daily diet would affect the production of poop 💩 This repository is a web-version of the game for demo. click here to try it out
- NEXT.js: with image optimization by next/image and depolyed to Vercel
- react-card-flip: to create flippable card
- framer-motion: to create animation
- Firebase - Realtime Database: to create real time interaction
- Create a .env file in the root directory:
NEXT_PUBLIC_FIREBASE_API_KEY="your firebase api key"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="your firebase project id"
- Run
npm run dev