Counter
Hosted at harshkapadia2.github.io/react-js-counter
- The counter can be initialized with a certain value. If no value is present at initialization then the counter will start at 1.
- The counter can be initialized with a max value. If no max value is present, then assume that the max value will be 1000. If a max value is present then the counter can be incremented to only that max value.
- The user can also type a value into the counter.
- React.js (Started with 'Create React App' and written in JavaScript.)
- CSS (vanilla)
View the CONTRIBUTING.md file for further instructions.
Please be mindful of the Code of Conduct while contributing and interacting.