Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 739 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 739 Bytes

AgeCheck-React App

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.

Features

  • Input username and age
  • Real-time validation of age inputs
  • User-friendly interface
  • Dynamic user list

Getting Started

  1. Clone the repository.
  2. Navigate to the project directory: cd AgeCheck-React
  3. Install dependencies: npm install
  4. Start the development server: npm start

Dependencies

  • React
  • React DOM
  • React Scripts
  • Testing Library (Jest, user-event, and jest-dom)