PocketPal is a user-friendly money-management app that makes it easy to track expenses. With a command-line interface, users can quickly log and access their expenses, and categorize them by type. Users can also easily filter expenses based on date, category and price range. Overall, PocketPal is a convenient tool for managing your expenses.
Given below are my contributions to the project.
/view
.
/view
.Code contributed: RepoSense link
v1.0
- v2.1
(3 releases) on GitHubParser
. (PRs #117, #149, #226)Parser
entirely by creating an abstract ParseCommand
class to be implemented by the respective
commands, hence increasing clarity of the implementation. (PR #217)Parser
logic with efficient encapsulation and abstraction. (PR #217)Parser
class with detailed class and sequence diagrams.