pack-to-si
v1.0.1
Published
This is a simple React application that demonstrates the use of a custom hook for managing a counter, along with buttons to increment and decrement the counter value.
Downloads
7
Readme
Counter App
This is a simple React application that demonstrates the use of a custom hook for managing a counter, along with buttons to increment and decrement the counter value.
Features
- Increment and Decrement: The app allows users to increase or decrease the counter value using buttons.
- Custom Hook: Uses a custom hook,
useCounter
, to manage the counter logic. - Styled Components: The app is styled using an external CSS file.
Technologies Used
- React: A JavaScript library for building user interfaces.
- pack-to-si: A package providing the
useCounter
hook andButton
component. - CSS: Used for styling the application.