Project information
- Category: App development
- Created by: Katarina Musladin
- Project date: 01 October, 2023
- Project Code URL: Medical Reminder App
Portfolio detail
The application serves as a reminder for taking medication. The application itself is written in the C# programming language. For the implementation of the project, I included additional packages that can be found in the NuGet manager for the C# programming language. The application keeps records of individuals who need to take specific therapies, as well as the time or day of intake. For this purpose, I used a database where all the data will be stored. The project is designed to input data about the individual into the mentioned database, which is located locally in the project, where parameters such as the day and the person who needs to take the therapy are entered. After launching the program, it should register the current time stored in the database and, by comparing it with the current time on the computer, decide whether it is necessary to alert the user.