Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 734 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 734 Bytes

Memory Matching Game

If the application is still running, you can find it at https://matching-game-373606.uc.r.appspot.com/

Demo.Recording.mov

A game where you logo icons to test your memory. This is a web application made with React, Firestore ,and Google App Engine. Features of this app include a username login, the game, and a leaderboard.

Local Development

  1. npm install
  2. npm start

Deploy

  1. npm run build
  2. gcloud app deploy app.yaml