A simple React counter app built with functional components and the useState
hook.
- Increment the count
- Decrement the count
- Reset the count to 0
- React
- JavaScript
- React Hooks (
useState
)
npm install
npm start
🔗 Live Demo: https://counter-app-ecru-xi.vercel.app/
This app is part of my React Projects Portfolio.