AgeCheck-React is a simple React-based user age validation app. It's designed for practicing React basics, allows users to input their information, including username and age, and validates the age entries. The app features a user-friendly interface, real-time error handling, and a dynamic user list.
- Input username and age
- Real-time validation of age inputs
- User-friendly interface
- Dynamic user list
- Clone the repository.
- Navigate to the project directory:
cd AgeCheck-React
- Install dependencies:
npm install
- Start the development server:
npm start
- React
- React DOM
- React Scripts
- Testing Library (Jest, user-event, and jest-dom)