Count challenge made on ReactChallenges.com to start the depth of useState()
Clone the project
git clone https://github.com/ReactChallenges/count-challenge-jGo to the project directory
cd count-challenge-jInstall dependencies
npm installStart the server
npm run dev· NextJs (13.5.6)
· TailwindCSS (3)
- Make the component client sided
- Make use of useState()
- Don't sum if count it's equal to 10 (optional)
- Don't rest if count it's equal to 0 (optional)
