https://github.com/nikeshcohen/cash-compass
Cash Compass is a web application designed to help users track their income, expenses, and overall financial health.
https://github.com/nikeshcohen/cash-compass
javascript react react-router
Last synced: about 2 months ago
JSON representation
Cash Compass is a web application designed to help users track their income, expenses, and overall financial health.
- Host: GitHub
- URL: https://github.com/nikeshcohen/cash-compass
- Owner: NikeshCohen
- Created: 2024-04-11T07:01:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:45:35.000Z (about 2 years ago)
- Last Synced: 2025-06-28T11:42:34.228Z (about 1 year ago)
- Topics: javascript, react, react-router
- Language: JavaScript
- Homepage: https://cash-compass.netlify.app
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Cash Compass
## Overview
Cash Compass is a web application designed to help users track their income, expenses, and overall financial health. Users have the ability to create new budgets, view recent most recent expenses, as well as all previous expenses. You are able to view all expenses in each budget category.

## Installation
You can visit the live site: https://cash-compass.netlify.app/
Alternatively run the finance tracker locally, follow these steps:
1. Clone the repository from GitHub:
```bash
git clone https://github.com/nikeshcohen/cash-compass.git
```
2. Install dependencies:
```bash
cd cash-compass
npm install
```
3. Start the application:
```bash
npm run dev
```
The application should now be running on `http://localhost:5173`.