A user registration form landing page built with Next.js. This project features a responsive registration form with validation using React Hook Form and Tailwind CSS.
Install Dependencies
npm install
Run the Development Server
npm run dev
Your application will be running on http://localhost:3000.
Open the Application: Navigate to http://localhost:3000 in your browser.
Fill Out the Form: Enter the required information such as name, email, and password.
Submit the Form: Click the submit button to register. Validation errors will be shown if any fields are incorrect or missing.
View Results: Upon successful registration, you can see the submitted data in the browser's console tab.
Feel free to customize the styles and functionality of the registration form according to your needs. The Tailwind CSS setup allows for easy adjustments to the design.
If you'd like to contribute to this project, please follow these steps: