- Date: 03/17/2025
- Based on: OSU CS340 NodeJS Starter App
- Source URL: https://github.com/osu-cs340-ecampus/nodejs-starter-app
- Description: The basic structure of this application was adapted from the OSU CS340 starter code, with custom modifications for our CTF Competition Management System.
- Date: 03/17/2025
- Adapted from: w3schools CSS Tutorial
- Source URL: https://www.w3schools.com/css/css_navbar.asp https://www.w3schools.com/html/html_forms.asp
- Description: Used w3schools for CSS styling base/reminder on how to set up navigation bar. Used w3schools as a reminder for form HTML and CSS.
- Date: 03/17/2025
- Adapted from: Handlebars documentation
- Source URL: https://handlebarsjs.com/guide/#what-is-handlebars
- Description: Used the Handlebars documentation as a guide for setting up the pages after using the NodeJS Starter App for a base.
- Date: 03/17/2025
- Adapted from: MDN Web Docs
- Source URL: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/datetime-local
- Description: Used the MDN web docs to prevent future timestamps and a point maximum on the teams.handlebars and scores.handlebars forms.