https://github.com/ml3m/pocketwise
PocketWise is an intuitive personal finance management app designed to effortlessly track expenses and income while effectively managing your budget.
https://github.com/ml3m/pocketwise
Last synced: about 2 months ago
JSON representation
PocketWise is an intuitive personal finance management app designed to effortlessly track expenses and income while effectively managing your budget.
- Host: GitHub
- URL: https://github.com/ml3m/pocketwise
- Owner: ml3m
- Created: 2024-05-02T07:59:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-26T09:18:48.000Z (11 months ago)
- Last Synced: 2025-04-09T18:15:51.703Z (about 2 months ago)
- Language: C++
- Size: 20.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Overview
Stock Investment Tracker is a console-based application designed to help users manage their stock investments. It allows users to create, view, update, and delete their investment goals, and track their revenue and expenses related to stock trading.## Features
- **Expense/Revenue Tracker**; manages transactions.
- **Goals keeper**; goals that can be updated.
- **Create Investment**: Set financial targets for your investments.
- **View Investment**: See all your active investment goals.
- **Update Investment**: Modify your existing investment goals.
- **Delete Investment**: Remove investment goals that are no longer relevant.
- **Track Transactions**: Log and track buy/sell transactions.
- **Profit/Loss Calculation**: Automatically calculates and displays profit or loss from transactions.## Installation
To set up the project on your local machine, follow these steps:1. **Clone the Repository**:
```bash
git clone https://github.com/ml3m/PocketWise
```2. **Navigate to the Project Directory**:
```bash
cd PocketWise
```3. **Build the Project**:
Ensure you have a C++ compiler installed (e.g., g++, clang).
```bash
make
```
4. **clean binaries**:
```bash
make clean
```## Usage
Run the application from the terminal:
```bash
./pocketwise