CS5356 Project: Empty Void

Refer to the assignment for most of the details of the project

Usage

  • Run npm install to install all the project dependencies
  • Run npm run start to start the server
  • Visit http://localhost:8080 in your browser to see the web application
  • After firebase setup, use npx firebase emulators:start

Development

There are TODOs scattered throughout the codebase. You can search for CS5356 TODO to see the items that need to be completed.

This project is almost functional but missing some key elements, and some of the features won't work.

Updates

There are likely some other bugs that I don't intend to be here, so there may be updates after