A collection of weekly assignments for the CSBU103 course.
- Source folder:
Week2/ - Live preview: https://asm-week2-444312.gitlab.io/
- Source folder:
Week4/Calculator/ - Live preview: https://week4-calculator-ebef10.gitlab.io/
- Source folder:
Week4/Gallery/ - Live preview: https://week4-gallery-6e4fb6.gitlab.io/
- Source folder:
Week7/ - A Node.js/Express web app with user registration, login/logout, and CRUD functionality
- Stack: Node.js, Express, EJS, Bootstrap 5, jQuery, express-session
- Features: Client & server-side validation, file-based JSON database
cd Week7
npm install
node src/app.js
# Open at http://localhost:3000