React Starter Project
This is a simple React starter project with:
- A test form with input and button
- A counter component with increment/decrement buttons
Components
TestBox
: Contains a form with input field and button
CountBox
: Container for the counter functionality
Count
: Displays the current count value
Features
- Form submission handling
- Button hover and click states
- Interactive counter with visual feedback