This is a version of the memory game used in the book React Succinctly. It's purpose was to begin to understand javascript library React, not necessary how I'd write production code or set up a javascript environment for code release
- React via CDN
- Lodash via CDN
- Babel standalone via CDN
Locally, I used NPM with the http-server package and LiveReload for windows. Lately, I've used VS Code as my code editor for non .NET projects and Cmder for my console needs.
- I did not implement the 10 second timer.
- I attempted a version of replay. The book implements a better version.
- I have not yet tried the additional problems, and may never.