You are required to add a Testimonials Section to your existing E-Commerce Term Project. This section should display customer feedback in an attractive and responsive layout. Instructions: Bonus (Optional):Add a carousel/slider effect to rotate through the testimonials automatically.
Read MoreYou are required to create a Personal CV Page as part of your existing Web Technologies Term Project. The CV must be integrated within your project’s main layout page (e.g., using your existing header, footer, and styling). Instructions: Submission Instructions. Create a folder inside your repo named midtermlab and place your code in that folder. […]
Read MoreLab Final Exam Question Your task is to extend your existing E-Commerce term project by implementing a complete CRUD module for “Vehicles”. Requirements:
Read MoreQuestion: You are building a product listing application using Express, EJS, and Mongoose. Consider the following Mongoose model: models/Product.jsconst mongoose = require(“mongoose”);const productSchema = new mongoose.Schema({ name: String, price: Number,});module.exports = mongoose.model(“Product”, productSchema); Task:Implement an Express route at /products that: Part A:Write the code for the Express route. Part B:Write the EJS code for products.ejs […]
Read MoreYou have already developed an eCommerce solution as part of your coursework. Extend your project by implementing a “Contact Us / Complaint” feature with the following requirements: Functional Requirements:
Read MoreSet up a route at in express ejs application This route should: The EJS view should:
Read MoreExplain MVC (Model,View,Controller Architecture) with the help of a diagram also mention code snippets whereever appropriate. e.g. How each module is implemented using express.
Read MoreÈxplain what is Templating Eninge e.g. ejs and what role it plays in Express. Also create a route in express with get method /our-locations which should render a table on screen. server should be setup at port 2345
Read MoreTask: Dynamic Task Loader using <iframe> Objective In this task, you’ll enhance your E-Commerce Landing Page by creating a new page that allows users to load previous assignments and lab tasks within the same page using an <iframe>. This simulates how single-page applications dynamically load content. What is an <iframe>? An <iframe> (inline frame) is […]
Read MoreSure! Here’s a Lab Midterm Exam Statement that builds on the previous assignments and lab tasks, encouraging students to apply their HTML, CSS, and JavaScript skills: Lab Midterm Exam – Web Development (HTML, CSS, JavaScript) Date: 09-04-2025 Duration: 1.5 hours Submission Folder: lab_midterm_exam Submission: Push to your GitHub repository within the deadline. Objective In this […]
Read More