https://alexchu.dev/portfolio/expressjs/game-rental - A Game Rental shop, which uses Express Handlebars and Node.js, without using real databases to mimic the manipulatation.
https://alexchu.dev/portfolio/expressjs/youtube-display - A website to play some Youtube Videos. This assignment is to demostrate our javascript skills as well as the MongoDB skills we have learnt. It has a simple admin backend which does not require login to show the comments and like amount, also an option to delete each video together with the comments. Once every data is deleted, the system will import the default showcase data again so feel free to delete anything!
https://alexchu.dev/portfolio/expressjs/gym-booking - This "Gym" website is to mimic a gym booking site. It showcase the knowledge of authorization and authenication. It uses session to identify users and visitors and some options are only available to users who have signed in.
https://alexchu.dev/portfolio/expressjs/library-app - Demostrate the knowledge we have shown in previous assignment 5, together with Bootstrap as a front end framework.