A comprehensive collection of web development and Node.js programming assignments, covering frontend web forms, interactive websites, and backend data handling with JSON.
- Q1-StudentRegistrationForm: Student registration form with validation
- Q2-OnlineShoppingWebsite: E-commerce shopping website
- Q3-PatientAdmissionForm: Patient admission form with form handling
- Q4-ElectricityBillForm: Electricity bill calculation form
- Q5-EcommerceCart: Shopping cart with JSON data (cart.json)
- Q6-SocialMediaPost: Social media post system (post.json)
- Q7-AirlineSystem: Airline booking system (airline.json)
- Q8-SportsTournament: Sports tournament management (tournament.json)
- Q9-SchoolSystem: School management system (school.json)
- Q10-CollegeWebsite: College website with interactive features
- Q11-TravelBookingSystem: Travel booking system with JSON storage (booking.json)
- Q12-CalculatorModule: Calculator app using a separate calculator module
- Q13-UserDatabaseJSON: User database with JSON file handling (users.json)
- Q14-ProductListJSON: Product management with JSON data (data.json)
- Q15-UserDatabaseJSONReadFile: User database with file reading operations
- Q16-StudentRecordsSync: Synchronous student records file operations
- Q17-StudentRecordsAsync: Asynchronous student records handling (students.json)
- Q18-StudentFunctions: Student functions module with separate module file (studentModule.js)
- Q19-ConsoleError: Console error handling and logging
- Q20-ConsoleWarn: Console warning and logging
Each project folder is self-contained with the following typical structure:
- index.html: HTML markup (for web projects)
- style.css: Styling (for web projects)
- script.js: JavaScript code (for web projects)
- app.js: Main application file (for Node.js projects)
- *.json: Data files
- *.js: Module files
Open the index.html file in a web browser to view the application.
Run the application using:
node app.js- HTML5
- CSS3
- JavaScript (ES6+)
- Node.js
- JSON data storage
- All projects are standalone and can be run independently
- Some projects use synchronous operations; consider async alternatives for production use
- JSON files serve as simple data persistence without a database
Last Updated: April 22, 2026