The map will load with Singapore as the Center. It will then query the SQLite database file for markers that are not expired. It will then populate the map if there are existing unexpired markers. Users can click on the "Add Rain Marker" button, click on anywhere on the map, select rainfall intensity to add a marker. The marker will contain the selected option and the time when the marker was added. This would then be stored into the database. Every 30 seconds, a script will check if the markers have expired and update the status accordingly.
This project was made with JavaScript, HTML, CSS, and SQLite.
WhatsApp Chat Summarizer
This Web App allows USER to SEE what are the top used emojis, words, and word cloud.
This is the home page of the Web App where the user can upload their WhatsApp text file. Instructions are also given for users with different phone operating systems. After selecting and uploading, the file will be processed and it will generate information such as top 10 most used words, emojis, and word cloud.
This project was made with Python and Django.
HealthZone
This Android Application allows user to create reminders to notify them to take their medication, coupled with the name and dosage.
The user can set create reminders by adding the name, dosage, and time. This application was created with elderly in mind as they are more prone to forget about taking their medication. The application can also return the user the CHAS-participating Clinics sorted by zones. The top 3 infections are also shown to user to warn them about it.
This project was made with Dart, Flutter and Python(Pandas).