SaeeAM Indian Collage Student Startup Company

How To Make SaeeAM-Todo-App With Html css js and google App script, google form with google sheet project#8

How To Make SaeeAM-Todo-App With Html css js and google App script, google form with google sheet project#8

SaeeAM से कम लो Indian college student startup company. We work on education, project, and startups/business.

SaeeAM Startup- SaeeAM के साथ Business Karo

SaeeAM Education - SaeeAM के साथ Sikho

SaeeAM Project - SaeeAM के साथ Project Karo 


SaeeAM Team learn/teach on weekend 5-day and last of the weekend we do a project that related to real business problem solve it and make profitable startup and business. If you want your existing business and startup business make profitable and You want to grow yourself and your existing business and startup Join Us at SaeeAM Startup World and grow your business and yourself.


SaeeAM Indian Collage Student Startup Company



google App script

Google Apps Script is a scripting platform that is used to extend the functionality of Google's suite of online productivity tools, such as Google Sheets, Google Docs, and Google Forms. It is a serverless, cloud-based platform that allows developers to write code in JavaScript to automate and interact with these tools.

Here is a simple example of a Google Apps Script that sends an email when a form is submitted:

function sendEmail(e) { // Get the form response var formResponse = e.response
// Get the email address of the form respondent 
var email = formResponse.getRespondentEmail(); 
// Send an email to the respondent
MailApp.sendEmail(email, "Form submission received", "Thank you for submitting the form!"); }

This code uses the MailApp class to send an email to the respondent who submitted the form.

Google Apps Script can be used to perform a wide range of tasks, such as sending emails, creating and modifying documents and spreadsheets, and interacting with other Google services and APIs. It is a powerful and versatile platform that can be used to automate and extend the functionality of Google's online productivity tools.


 google form

Google Forms is a web-based survey and form-building tool that is part of the Google Drive suite of online productivity tools. It allows users to create surveys, quizzes, and other types of forms, and collect responses in a Google Sheets spreadsheet.

Google Forms is a useful tool for collecting and organizing information from a variety of sources, such as customers, employees, or students. It can be used to create forms for a wide range of purposes, such as gathering feedback, collecting contact information, or conducting market research.

Here is an example of a simple Google Form that collects contact information:

Name: [Text field] 
Email: [Email field] 
Phone: [Number field] 
Address: [Paragraph field] 
 [Submit button]

This form includes a series of fields for collecting the respondent's name, email address, phone number, and address. When the form is submitted, the responses will be collected in a Google Sheets spreadsheet.

Google Forms is a powerful and easy-to-use tool for creating and managing online forms. It can be used to collect a wide range of information from a variety of sources, and is particularly useful for gathering feedback and conducting research.


google sheet

Google Sheets is a web-based spreadsheet application that is part of the Google Drive suite of online productivity tools. It allows users to create, edit, and collaborate on spreadsheets online, and to share spreadsheets with other users.

Google Sheets is a useful tool for organizing, analyzing, and manipulating data. It offers a wide range of features for working with data, including functions for calculating values, formatting cells, and creating charts and graphs.

Here is an example of a simple Google Sheets spreadsheet that calculates the total cost of a purchase:

        | A              | B              | C 
------- |----------------|----------------|---------------- 
1       | Item           | Quantity       | Price 
-------|----------------|----------------|---------------- 
2      | Shoes          | 2              | $50 
3      | Shirt          | 1               | $20 
-------|----------------|----------------|----------------
4      | Total           | N/A            | =SUM(B2:B3)

This spreadsheet includes three columns for the item, quantity, and price of the purchase. The total cost is calculated using the SUM function, which adds up the values in the "Quantity" column.

Google Sheets is a powerful and versatile tool for working with data. It is used by individuals, businesses, and organizations around the world to store, analyze, and visualize data


Practical Demo Here --> SaeeAM-Todo-App 

No comments:

Post a Comment