This front-end application complements the Student Register Form Back End by providing a user interface for student registration. It is built with HTML, CSS, JavaScript, and utilizes jQuery for DOM manipulation and AJAX for asynchronous communication with the Spring Boot back end.
- User-friendly Interface: Intuitive and responsive design for easy navigation.
- Form Validation: Client-side validation to ensure accurate and complete student data.
- AJAX Requests: Utilizes jQuery AJAX to seamlessly communicate with the Spring Boot back end.
- Dynamic Content: Dynamically updates content without requiring a full page reload.
- HTML
- CSS
- JavaScript
- jQuery
- AJAX
To run this front-end application locally, follow these steps:
-
Clone the repository:
https://github.com/sharada-marasinha/student_registration_front-end.git
-
Open the project folder:
cd student-registration-front-end
-
Open
index.html
in your preferred web browser.
- Launch the application by opening
index.html
. - Fill in the student registration form with the required details.
- Click the "Submit" button to send the data to the Spring Boot back end.
If you'd like to contribute to the project, please follow the contribution guidelines.
This project is licensed under the MIT License.