Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sharada-marasinha/student_registration_front-end
A dynamic and user-friendly front-end application for student registration, built with HTML, CSS, JavaScript, and jQuery. Seamlessly communicates with the Spring Boot back end using AJAX for a smooth and responsive registration experience.
https://github.com/sharada-marasinha/student_registration_front-end
ajax api api-call fecth-api jquery
Last synced: about 1 month ago
JSON representation
A dynamic and user-friendly front-end application for student registration, built with HTML, CSS, JavaScript, and jQuery. Seamlessly communicates with the Spring Boot back end using AJAX for a smooth and responsive registration experience.
- Host: GitHub
- URL: https://github.com/sharada-marasinha/student_registration_front-end
- Owner: sharada-marasinha
- Created: 2023-08-29T16:13:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T16:39:56.000Z (about 1 year ago)
- Last Synced: 2023-11-18T17:55:00.851Z (about 1 year ago)
- Topics: ajax, api, api-call, fecth-api, jquery
- Language: HTML
- Homepage: https://sharada-marasinha.github.io/student_registration_front-end/
- Size: 69.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
https://github.com/sharada-marasinha/student_registration_front-end.git
```2. Open the project folder:
```bash
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](CONTRIBUTING.md).
## License
This project is licensed under the [MIT License](LICENSE.md).