Skip to content

A memory game to improve focus, retention of geometric configurations and visual memory recall

Notifications You must be signed in to change notification settings

colespen/brainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

129 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

   [ B R A I NER ]

working on a simple memory game that will help people to improve their focus, retention of geometric configurations and visual memory recall

. . .and also just for fun

  • React + TypeScript scaffolded with Vite
  • React Three Fiber, postprocessing, drei
  • Redux
  • Jest
  • React Testing Library

NOW LIVE

In /client:

run locally:

npm install

npm run dev

eslint:

npm run lint

tests:

npm run test

build for production:

npm run build

In /server:

setup database:

  1. Create free account at neon.tech
  2. Create new project, get connection details
  3. Update /server/.env with your Neon credentials:
DB_USER_PROD="your_username"
DB_PASSWORD_PROD="your_password" 
DB_DATABASE_PROD="your_database"
DB_HOST_PROD="your-project.neon.tech"

run locally:

npm install

npm run dev

tests:

npm run test

build for production:

npm run build

main board gameplay sample

About

A memory game to improve focus, retention of geometric configurations and visual memory recall

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages