Clicky Game
This is one of my assignments while I was attending a Coding Bootcamp here in Toronto, ON. For this assignment, I have to create a memory game using ReactJS framework. It also has a requirement to break up the application's UI into components, manage component's state, and respond to user events.
Tools & Technologies
- ReactJS
- Shuffle-array
- jQuery
- AlertifyJS
Installation
To clone this project to your device, type the code below to your git bash:
git clone https://github.com/itshally/ClickyGame.git
After cloning the repo, make sure to install all the dependencies before running it locally.
cd ClickyGame
npm i
npm start
Screenshot
License
Distributed under the MIT License