Managera is a desktop application for managing your event details and its corresponding participant credentials. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Example usages:
-
Add and Delete Events
-
Add Participants to Events
-
Remove Participants from Events
-
List Participants of an Event
-
View details of an Event
-
Sort Events by Date and Time
-
Filter Events by Date and Time
-
Find a Participant and view his details
-
Mark Event as Done
-
For the detailed documentation of this project, see the Managera Product Website.
Acknowledgements
- This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.