Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhiramdodda/medreminder
Java CLI built to store names of medicines and the respective times of intakes to alarm users.
https://github.com/abhiramdodda/medreminder
java swing
Last synced: 21 days ago
JSON representation
Java CLI built to store names of medicines and the respective times of intakes to alarm users.
- Host: GitHub
- URL: https://github.com/abhiramdodda/medreminder
- Owner: AbhiramDodda
- Created: 2023-02-12T03:36:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T01:53:14.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T23:12:42.711Z (3 months ago)
- Topics: java, swing
- Language: Java
- Homepage:
- Size: 6.2 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MedReminder
## An application designed with senior citizens in mind to help them take their medicines on time
### Status : Developing
## Algorithm
Opening the interface the user gets a blank page with options to add modify and delete medicine.
Once the user adds a medicine it will be added to the list displaying name and time.
If the user wants to modify a medicine he/she can do so by selecting the medicine.
They will be reminded by a 10 second sound.## Packages used
1. java.util
2. java.io
3. java.swing
4. java.swing.table
5. java.awt
6. java.awt.event
7. java.sound.sampled## Features to be added
A button to stop alarm on user click
Facility to store images of medicine to identify them quickly
Highlighting of the medicine to be taken during the alarm