23msit055 Practical-1
23msit055 Practical-1
Practical Assignment- 1
1) Create simple JavaScript application which will authenticate user’s Login ID and
Password from the list using JavaScript.
CODE:-
OUTPUT:-
2)Create form which have users details like name, email id, contact no, gender and city. Display user
details in proper format using Java Script.
CODE:-
OUTPUT:-
3) Create an angularJS application which will display “Hello World” using angularJS Expression.
CODE:-
OUTPUT:-
:-
4) Create an angularJS application which will display “Hello World” using Module and controller.
CODE:-
OUTPUT:-
5) Create an angularJS object called student which have parameters like name, course, semester, city
and display them in HTML page. Use Module and controller.
CODE:-
OUTPUT:-
6) Create an angularJS application which will display user full name using two-way data binding
method.
CODE:-
OUTPUT:-
7) Create an angularJS application to display the arithmetic operation with two operands in proper
format.
CODE:-
OUTPUT:-
8) Create an angularJS application to customized the style of the user message according to user
inputs like background colour, text colour.
CODE:-
OUTPUT:-
9) Create an angularJS application to display the total bill from the user selected item and item
quantity in proper format.
CODE:-
OUTPUT:-
10) Create an angularJS application to display the subject list also, search the subject according to
user inputted list index. [ng-init, ng-repeat]
CODE:-
OUTPUT:-
CODE:-
OUTPUT:-
12) Perform sorting based on table heading for each column. Use same data as Practical – 11.
CODE:-
13) Apply search on student name and roll no. Also perform exact match searching on given column.
Use Practical 11 and 12.
CODE:-
OUTPUT:-