Skip to content

DylanBob211/memory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory

Classic game for training your visual memory

In order to install this app:

  • download the project: git clone https://github.com/DylanBob211/memory.git
  • navigate into the folder and install the dependencies: npm install

This app makes use of the Unsplash API to get random images so you must first obtain your API key

When you got your API key (the 'Access Key', NOT the 'Secret Key')

  • create a .env file in the root directory of your project: touch .env
  • paste your API key after the 'REACT_APP_UNSPLASH_API_KEY=' in the .env file: echo REACT_APP_UNSPLASH_API_KEY=YOUR_API_KEY >> ./.env

Now you are ready to run the app locally for developement

  • run local dev-server: npm start
  • run tests: npm test
  • build app for production: npm build

About

Memory card game to train your visual memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors