A fun memory game where we match poker cards 🐳
- auth features (login, sign up, reset password)
- start game or join one with code
- Two player realtime game 👬
- Each opportunity ,player can turn two cards
- if match +20 points
↗️ - restart or exit game
Install memory-game with npm
cd memory-game- Client
cd client npm install npm start - Server
cd server npm install npm start
To run this project, you will need to add the following environment variables
/client/.env
REACT_APP_API - server url
REACT_APP_URL - client url
/server/.env
PASSWORD - mongodb password
DB - mongodb database url
PORT - server port
CLIENT_URL
Have fun 💃
