This little memory game was created during my JS course + my free time.
You can set the difficulties thanks to select option (number of color and number of case) The score are saved by a REST API, run in Node server. To start it, use this followed commands :
npm i
npm start