Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 687 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 687 Bytes

HollyDDL

A tool to check your deadline in Gradescope / Hydro / Blackboard

Counter

Usage

  1. Fill your login informations
  2. Click Login & Fetch to get latest deadlines

Note

HollyDDL will store your login information, last ddl, some state in local storage, which improves users' experience.

HollyDDL will not collect your information.

Development

  1. Clone the repo
  2. For frontend
    • Use npm to install dependencies
    • Run npm start to start dev server
  3. For bakcend
    • Use pip to install dependencies
    • Use python -m api.index to start backend server

License

HollyDDL is under MIT License.