A web application that allows invitees to respond to an invitation and save information about their response in a database. The Model-View-Controller (MVC) design pattern is used.
Main features:
- Home page displaying information about the party.
- Form that can be used to respond to the invitation (RSVP).
- Validity check for the RSVP form, which will display a thank you page.
- Saving RSVP form data in a database (MS SQL).
- Viewing all responses from the database on a separate page of the application.
Project structure: