0% found this document useful (0 votes)
2 views

Full Stack Development Practical List

The document outlines the practical assignments for the Full Stack Development course at Government MCA College, Maninagar, taught by Nirali R. Sheth. It includes a list of twelve practical tasks ranging from creating websites with HTML, CSS, and JavaScript to building applications using Node.js and MongoDB. The term dates for the course are from January 31, 2025, to May 10, 2025.

Uploaded by

jdpvadher21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Full Stack Development Practical List

The document outlines the practical assignments for the Full Stack Development course at Government MCA College, Maninagar, taught by Nirali R. Sheth. It includes a list of twelve practical tasks ranging from creating websites with HTML, CSS, and JavaScript to building applications using Node.js and MongoDB. The term dates for the course are from January 31, 2025, to May 10, 2025.

Uploaded by

jdpvadher21
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Government MCA College, Maninagar

Practical List

Subject: FULL STACK DEVELOPMENT (MC02094041)


Faculty: Nirali R. Sheth
Lab: Tue(A1), Thu(A2), Wed(A3)
Term Dates: 31/1/2025 to 10/5/2025

Sr No Content

Pr.1 Write a program to create a website using HTML CSS and JavaScript.

Pr.2 Write a program to build a Chat module using HTML CSS and JavaScript.
Write a program to serve static HTML files using the core http module. Also handle basic
Pr.3
routes like /, /about, and /contact to open respective static files.
Create an application having one html form for taking user feedback as input. On submitting
Pr. 4 that form, append response in a file and read that text file to display its content in the console
and also on a webpage use Async/Await and promise for proper output.
Create a simple server using express module and route application to different pages using
Pr. 5
PUT. GET, POST and DELETE.
Create a form for Library books entry and display submitted data on a new EJS-rendered
Pr.6
page.
Create an application for an online MCQ quiz app. The questions and options should be
Pr.7
fetched from a JSON file in the backend.
Pr. 8 Build a desktop application on node.js to display index.html page
Build a blog website where you can add blog posts through a simple admin panel and the
Pr. 9 users can view the blog posts. The contents of the blog posts should be stored in MongoDB
database.
Pr. 10 Create a login application where authenticate user through SQL database.
Create an application in node.js where user enters his/her name and college details, set these
Pr. 11 details in cookies. Read these cookies next time user visits the same page, and delete cookies
based on click on forget data.
Pr. 12 Create an application to count visitors of the website using session.

You might also like