This is a responsive signup form built using TypeScript, React, and Tailwind CSS. It allows users to sign up and provides real-time validation feedback.
Clone the repository:
git clone https://github.com/chamara-senarath/react-context-api-tailwind-signup-form
Navigate to the project directory:
cd react-context-api-tailwind-signup-form
Install dependencies:
npm install
Start the development server:
npm start
Open your web browser and access the form at http://localhost:3000
.
The form state and error messages are managed using React Context API. This ensures a clean separation of concerns between UI components and business logic.