Quickly view your upcoming events(lectures, tutorial, etc) at JIIT
Visit https://planner.codelif.in
Clone this repository and cd into it then enter the following commands.
poetry install
poetry run flask --app jiit_planner run
- Make the UI uglier
- Make website remember last used batch and stream via
localStorage
- Add support for multiple semesters
- Add support for multiple streams (BCA, BBA, etc)
- Fix
jiit-tt-parser
Also checkout the sister project: codelif/jiit-tt-parser
That project contains the actual backend code. jiit-planner
is a frontend to it.