Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.5 KB

README.md

File metadata and controls

50 lines (32 loc) · 1.5 KB

Student Registration Front End

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.

Features

  • 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.

Technologies Used

  • HTML
  • CSS
  • JavaScript
  • jQuery
  • AJAX

Getting Started

To run this front-end application locally, follow these steps:

  1. Clone the repository:

    https://github.com/sharada-marasinha/student_registration_front-end.git
  2. Open the project folder:

    cd student-registration-front-end
  3. Open index.html in your preferred web browser.

How to Use

  1. Launch the application by opening index.html.
  2. Fill in the student registration form with the required details.
  3. Click the "Submit" button to send the data to the Spring Boot back end.

Contributing

If you'd like to contribute to the project, please follow the contribution guidelines.

License

This project is licensed under the MIT License.