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.
You can visit the live site: https://cash-compass.netlify.app/
Alternatively run the finance tracker locally, follow these steps:
-
Clone the repository from GitHub:
git clone https://github.com/nikeshcohen/cash-compass.git
-
Install dependencies:
cd cash-compass npm install
-
Start the application:
npm run dev
The application should now be running on
http://localhost:5173
.