ExpenseTracker is a simple command-line tool built with Node.js to help you track your expenses efficiently.
To use ExpenseTracker, ensure you have Node.js and npm (Node Package Manager) installed on your machine. You can download and install Node.js from nodejs.org.
Run the following command to start ExpenseTracker:
npx trackexp
Upon running the command, you'll be presented with the following options:
- Create a new tab
- Append to a tab
- Display tab
- Delete tab
- Exit
Follow the on-screen prompts to perform your desired action.
We welcome contributions! To contribute:
- Fork the repository.
- Make your changes.
- Submit a pull request.
Please ensure you follow the coding guidelines and write clear commit messages.
If you encounter any issues or have questions, please open an issue on the repository.