A tool to check your deadline in Gradescope / Hydro / Blackboard
- Fill your login informations
- Click
Login & Fetch
to get latest deadlines
HollyDDL will store your login information, last ddl, some state in local storage, which improves users' experience.
HollyDDL will not collect your information.
- Clone the repo
- For frontend
- Use
npm
to install dependencies - Run
npm start
to start dev server
- Use
- For bakcend
- Use
pip
to install dependencies - Use
python -m api.index
to start backend server
- Use
HollyDDL is under MIT License.