About:
- This is a C program that facilitates the registration, schedule vaccination appointments, answer frequently asked questions and manage app data.
- Futhur instruction is indicated in the "Vaccination Registration with Chatbot App" pdf file.
To run:
- Download any IDE; VsCode or DevC++ suffices.
- Download, install, and run gcc compiler. There are many tutorials on how-tos on YouTube.
- Use "gcc -std=c99 SANTOSMikoL.c -o run -Wall" for Windows.