Closed AnshNikhare closed 3 months ago
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our [CONTRIBUTING.md]. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊
Issue Number: #348
Project Proposal - Appointment Scheduler
Overview
The Appointment Scheduler is a robust application designed to manage appointments with features such as creating, editing, and deleting appointments, setting reminders, and viewing appointments in various formats. The application also supports persistent data storage using serialization.
Features
Creating, Editing, and Deleting Appointments:
AppointmentPanel
interface.Setting Reminders:
ReminderPanel
.Viewing Appointments:
CalendarPanel
displays appointments and can be expanded to a full calendar view.Persistent Data Storage:
PersistenceManager
class handles data persistence.DataModel
object, ensuring data is preserved between sessions.Prerequisites