Este README também está disponível em Português.
A responsive registration form built with Bootstrap 5 and HTML5. The project demonstrates the use of form controls, labels, placeholders, and validation attributes for user-friendly input.
🔗 Live Demo: View on Vercel
The project was developed to practice building a clean, responsive registration form using Bootstrap 5. It includes inputs for name, email, and phone number, with placeholder text and required validation. The form adapts seamlessly to desktop, tablet, and mobile screens.
- HTML5
- CSS
- Bootstrap 5
- Responsive Design
- Responsive form layout using Bootstrap grid and form classes;
- Inputs for name, email, and phone number with placeholders;
- Validation with required attributes;
- Styled submit button with hover effects;
- Clean and simple user-friendly form design.
- Initialized project with HTML structure and Bootstrap integration;
- Created form layout with labels, inputs, and submit button;
- Added placeholders and required validation to all fields;
- Adjusted spacing and styling for better readability and responsiveness.
This project demonstrates the fundamentals of creating responsive forms using Bootstrap 5. It serves as a practical example for handling input fields, validation, and clean form layout suitable for registration or contact forms.