AngularJS
AngularJS
6) Using AngularJS Create a SPA that show Syllabus content of all subjects of SYBBA(CA)(use ng-view)
11) Using AngularJS Create a SPA that show History of some(4-8) Historical Places (use MVC).
13) Using AngularJS create a SPA that accept the details of student and display mark sheet ( roll_ no, student_ name, class, sub1, sub2, sub3, total, percentage, grade)
14) Using AngularJS Create a SPA to take the information of a customer for booking a plan consisting of fields such as name, address, contact no., gender, Date of booking, date of journey, no of passenger, name of passenger etc. Display the e –Ticket.
15) Using AngularJS Create a SPA for Bus Ticket Reservation consisting of fields : Name, Address, contact no, source station(Dropdown list), Destination station, Date of booking, date of journey, no of passenger, name of passenger, gender of passenger etc. Display the e –Ticket.
16) Using AngularJS display the student details who are live in pune in Table format (using ng-repeat directive, use Array to store data, use filter )
17) Write an AngularJS script to search student name according to the character typed and display details( use array and filter).
18) Using AngularJS create a SPA that shows Teacher Profile who are teaching SYBBA (CA) with photo.
19) Using AngularJS display the Employee details order by salary in Table format (using ng-repeat directive, use Array to store data, use filter)
20) Using AngularJS create a SPA that to accept the details such as name, mobile number, pin-code and email address and make validation. Name should contain character only, mobile number should contain only 10 digit, Pin code should contain only 6 digit, email id should contain only one @, .Symbol
21) Using AngularJS create a SPA that to accept the details of doctor(5-6) having field’s dno, dname, address, and phone number. Display those in table format. (use MVC.)
22) Using AngularJS create a SPA that accept Voters details and check proper validation for (name, age, and nationality) as Name should be in upper case letters, Age should not be less than 18 yrs and Nationality should be Indian.
23) Using AngularJS create a SPA to carry out validation for a username entered in textbox. If the textbox is blank, alert ‘Enter username’. If the number of characters is less than three, alert ’ Username is too short’. If value entered is appropriate the print ‘Valid username’ and password should be minimum 8 characters.
24) Using AngularJS create a SPA to fetch suggestions when is user is typing in a textbox. (eg like google suggestions. Hint create array of suggestions and matching string will be displayed).
25) Create an HTML form Using AngularJS for Login system and validate email ID using Regular Expression and password should be minimum 8 characters.
26) Using AngularJS create a SPA for eLearning System.
27) Using AngularJS create a SPA for a Recipe Book.
28) Using AngularJS create a SPA that clone the “Hacker News” website.
29) Using AngularJS Develop Online School System.
30) Using AngularJS Implement E-commerce Website.
No comments:
Post a Comment