Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 621 Bytes

AppointmentManager

An appointment manager designed for WGU’s Software 2 course.

Task

This is an Appointment Manager designed specifically for WGU's Software 2 course. This application connects to a MySQL database for both logging in and to store the Appointments.

Project Formatting

I have made most of the project to be Object-Oriented with some general practices for object oriented programming. This was mainly for practice.

Requirements

[X] Connects to MySQL Database

[X] Calendar View

[X] Logs User Interaction

[X] Convert Time Based on Location

[X] Has 2+ Available Languages