Skip to content

Flexible application essay scheduler webapp. Third place in Onehacks III Hackathon.

License

Notifications You must be signed in to change notification settings

shuklabhay/velocity-draft

Repository files navigation

VelocityDraft

On Push Deploy GitHub Page

App Info

Flexible application essay scheduler webapp. Access application here.

Application Interfaces

Originally 3rd place submission at 2023 OneHacks III Hackathon, completely rewritten for 2024 Hack Club Arcade.

Setup

  • Install Node.js 18 or higher
    • Confirm installation by running node --version in the command line
  • Install Java JDK 11 or higher
    • Confirm installation by running java --version in the command line
  • In the repo run npm run setup

VSCode Setup

  • Install ESLint and Prettier extensions
  • In VSCode settings enable formatOnSave
  • In VSCode settings select "Prettier - Code formatter" for the Default Formatter

Development

  • Run npm run setup to install dependencies
  • Run npm run dev to start dev server
  • Run npm run lint to format code and fix lint issues