Skip to content

sahooankeeta/Memory-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Match Up ✨

A fun memory game where we match poker cards 🐳

ezgif com-video-to-gif

Features

  • 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

Installation

Install memory-game with npm

  cd memory-game
  • Client
    cd client
    npm install
    npm start
  • Server
    cd server
    npm install
    npm start

Environment Variables

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 💃

Releases

No releases published

Packages

No packages published