This project was bootstrapped with Create React App.
You can see a demo HERE
This is a shape selector application that keeps track of how many times you clicked on a shape. It also identifies what shape has been clicked and renders that name of the shape.
Clone the repo onto your machine and run
npm install
npm start
to run it on your local machine