A simple and responsive Student Registration Form built using Angular with Template-Driven Forms. This project allows users to fill basic details and submit the form. After submission, the data is logged in the console in object format and the form resets automatically.
- Template-Driven Form using Angular FormsModule
- Clean and responsive UI
- Proper form validation
- Shows submitted data & logs it in console
- Form auto-reset after submit
- Angular
- TypeScript
- HTML
- CSS
-
Clone the repository
<your-repo-url>
-
Navigate to project
cd student-form-angular -
Install dependencies
npm install
-
Run the project
ng serve
-
Open in browser
http://localhost:4200/
Akshada
Student Registration Form – Angular Project