Click-Away is a Parks and Recreation show themed memory game. It is built using React and Bootstrap. The objective is to get a high score by clicking on an image only once. If an image is clicked on twice, the round is over and the score jumps back to 0.
to install locally run this command in your terminal
git clone https://github.com/oserenchenko/Click-Away.git
then, in the Click-Away folder, run
npm install
then run
yarn start
- HTML - website structure
- CSS - styling
- Bootstrap - styling framework
- Javascript - website logic
- React - JS library for user interface
This project is licensed under the MIT License - see the LICENSE.md file for details
