Welcome to the Yoga Class Admission Form project! This web application is built using the TML,CSS,JS and PHP and was created as part of an internship assignment at Flexmoney. The project allows users to register for yoga classes, with a focus on form validation, connecting the frontend to the backend, and deploying the web app online. You can view a demo on : Deployed Webpage
The frontend of the admission form is built using HTML, CSS. The form is designed to be responsive, ensuring a seamless experience across various devices.
- Every input field must be filled by the user.
- User name must not be empty.
- Age field must be between 18 and 65 years.
- Gender must be specified by the user.
- User must select a slot before proceeding.
The backend of the form is implemented using PHP (phpmyadmin) and MYSQL. Basic validations are performed as specified in the assignment. The backend handles the storage of user information and payment details in the database.