Index AWP

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Advanced Web Programming Tushar Gadher 210130116511

Index
Sr No. Aim Date Sign
REFRESHING JAVASCRIPT AND CSS
1 Design web page of your department with an
attractive background color, text color,an
image.
2 Create HTML page that tells whether the
number is OSS or EVEN.

3 Write a JavaScript to Check whether a number


is prime or not.

4 Write a program to create simple calculator


using JavaScript
5 Create HTML Form and display the
information in textbox when button is clicked
using JavaScript.
6 Write a JavaScript program to create user
defined object.

Angular JS Program
1 Design Order Form with a total price updated
in real time, which contains name of five
products and their prices. Create a bill amount
for all the products and calculate GST on the
billing amount and display total amount.
2 Implement Angular JS to create your Resume.

3 Use Practical No.01 and initialize prices to 0


(zero) when form loads.

4 Design a webpage which takes one number as


an input and generate its factorial number
Advanced Web Programming Tushar Gadher 210130116511

5 Design a webpage which takes inputs product


name, product quantity and price. Generate
table of entered values. When user clicks on
table column title , it should sort that column
values.

6 Design a webpage which display product name


and product price using
AngularJS $http Service from database. Display
the content in tabular format.

Node JS Program
1 Write a module of calculator which will perform
all the basic operations like add(),sub().mul()
and div().use the module in a program and
display the output.

2 Create a program to override function.


3 Create a node js program to perform file
operations like create a file, read a file ,write to
file and delete a file.
4 Write a program to connect with database.

5 Write a program to parse URL Parameter.

DataBase Programming with Node Js and MongoDB


1 Create an application using Angularjs,Nodejs
and Mongodb.

You might also like