To Do: Set a GITHUB Repository for your Team Code. See how to use Git Issues and Git Actions to project manage our Application.
To Do: Create a Latex Document to provide the technical Document for our application. In this Design Document: We will make our Technology Design and specify our Use Cases, UML designs, and Traceability Matrix in the Latex Design Document.
DONE: Install and learn to use Node.js
Week 08: Install Mongo DB and make a simple Mongo database: Because Mongo DB is going to be the Datastore for your 3 Tier Model View Controller e Commerce Web Application.
Install and learn to use Expressjs Web server.
Do some labs to learn how to use the Node Modules System: The means that we can write different partitions of our code (For database, For Webserver, and JS objects which provide our Controller): we can put code for various aspects of the system not separate files and connect them together.
June 21: Learn to work with Forms in our front end HTML Client.
In this Project you will be learning Node.js Application Development Skills.
Create an application that uses jQuery and CSS with Forms and a backend Node.js program to process the front end form data in the html.
One of the ways for front end Web Page user to send information to the Back End is with forms.
Ajax is another way.
Provide the front end in-Browser JavaScript and HTML. Make a form as follows:
3 fields and a button to run the backend Node.js program. 2 of the fields are for input numbers.
User clicks the operation button (Add, subtract, multiple, divide) to do that operation on the numbers.
When the user Clicks the OPERATION button, the field data is sent to the backend Node.js program to process the operation. We use AJAX to write the result back to the output field.
Project Template to Provide completely written out CSS, JavaScript and HTML which will work perfectly.
Use CSS to decorate the page and the controls and change the page color in response to the result.
Student Lab Learning workbook that demonstrates the use of jQuery, CSS, and a backend Node.js program to process form data.
Step 1: Create the project structure
Create a new folder for your project. Inside the folder, create the following files:
index.html: Contains the HTML structure and form elements.
styles.css: Contains the CSS styles for decorating the page.
script.js: Contains the JavaScript code for handling form submission and AJAX requests.
server.js: Contains the backend Node.js code to process the form data.
to see the form. Enter two numbers, select an operation, and click the "Submit" button. The result will be displayed, and the page color will change accordingly.
That's it! You have successfully set up a Student Lab Learning workbook demonstrating the use of jQuery, CSS, and a backend Node.js program to process form data.
Want to print your doc? This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (