Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`.