Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month 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 (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T07:45:35.000Z (9 months ago)
- Last Synced: 2024-04-11T08:27:27.305Z (9 months 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.
![](./design/cashcompass.avif)
## 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`.