/TrackExp

A simple CLI tool using NodeJs to track simple expenses

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

ExpenseTracker CLI

ExpenseTracker is a simple command-line tool built with Node.js to help you track your expenses efficiently.

Installation

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.

Usage

Run the following command to start ExpenseTracker:

npx trackexp

Upon running the command, you'll be presented with the following options:

  1. Create a new tab
  2. Append to a tab
  3. Display tab
  4. Delete tab
  5. Exit

Follow the on-screen prompts to perform your desired action.

Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Make your changes.
  3. Submit a pull request.

Please ensure you follow the coding guidelines and write clear commit messages.

Support

If you encounter any issues or have questions, please open an issue on the repository.