This is a simple game created for the purpose of learning React. It is the traditional game of Memory with the twist that you have to match related pairs. Currently, it only matches English and Korean numbers.
This project isn't yet feature-complete. However, it does run.
- Prerequisite: Make sure that Node.js is installed
- Clone the repository and
cdinto the repo directory. - Run
npm install. - To launch, type
npm start