Create your CV in plain CSS and html. you are not allowed to use any css library/framework. Your CV should demonstrate atleast one effect which we did not cover in class/ lab
Assignment Two Dead line: 18-03-2024
Update your Landing page which you have made in lab task one and add another page which should be called contact us. Make a form in that page and implement client side validation using JQuery. Your Form shouldnt be submitted if the user do not fill name email or message. for styling you can use any library framework.
Assignment Three
Convert your Landing page into express based application. your application must demonstrate the use of layouts and should contain atleast three seperate views.
Assignment Four
Your project must contain atleast one mongodb collection e.g. products or news etc. Your home page should list the collection with pagination options.
Lab Tasks
Lab Task One Dead line: 18-03-2024
Deside your term project and design the landing page of your term project. Your landing page should demonstrate a top menu and optionally a sidebar menu. you can use any library/framework
Lab Task Two Dead line: 18-03-2024
Update your Term project and add another page which should be called Ajax Restful API Example. Use any fake api either you can use an api which is hosted by me (Find It Here) or JSON Place Holder or any other. Make a single page application using JQuery which should make use of that api. The design of yoour api client app should gel with your landing page.
Lab Task Three
Write Atleast one RestFul APi in your term project
Lab Task Four
Implement Session based authentication for server side rendering modules of your application and jwt based authentication for your apis