This repository contains two MIT App Inventor projects for different use cases.
-
list.aia
- This file enables users to create, update, and delete items, acting as a simple grocery list or checklist.
-
send_data_to_google_sheets.aia
- This file allows users to input name and email ID, sending the data to a Google Sheet. It's ideal for collecting entries.
- Import the desired
.aia
file into MIT App Inventor. - Set up your app's UI and logic as needed.
- If using the "send_data_to_google_sheets.aia" file, replace the placeholder URLs in the app with the deployed web app URL from the associated Google Apps Script.
-
Attendance App for Teachers
- Attendance App for Teachers: A more comprehensive app for tracking teacher attendance using Google Apps Script and MIT App Inventor.
-
Simpler Attendance App
- Simpler Attendance App: A simpler version of the attendance app for those looking for a minimalistic solution.
Feel free to contribute to the project by opening issues or creating pull requests. Your feedback and improvements are highly appreciated!