This react project is about creating an Click Counter, so that we can keep a track about how many times we have clicked. Note: It show's how the class Component actually works through Rendering each time when we update the state..
Click to view
- Download dependencies by running
npm install - Start up the app using
npm start
