Skip to content

Personal Finance Visualizer is a React-based web app for tracking expenses. Add, edit, and delete transactions, view lists, and analyze spending with Recharts. Built with Node.js, Express, and MongoDB for speed and reliability. Future updates include category tracking, budgeting, and dashboards. Stay on top of your finances effortlessly!

Notifications You must be signed in to change notification settings

RamanKishore08/Personal-Finance-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal Finance Tracker

React Express.js Node.js MongoDB Recharts shadcn-ui Material-UI


Personal Finance Visualizer is a React-based web app for tracking expenses. Add, edit, and delete transactions, view lists, and analyze spending with Recharts. Built with Node.js, Express, and MongoDB for speed and reliability. Future updates include category tracking, budgeting, and dashboards. Stay on top of your finances effortlessly!


🛠️ Local Setup

Run Backend first, then start Frontend.

Clone the Repository

git clone https://github.com/RamanKishore08/Personal-Finance-Tracker.git

Open file directory

cd Personal-Finance-Tracker

Open Backend

cd backend

Install Backend lib

npm install express mongoose cors

Run the Server

node server.js

Open Frontend

cd Frontend

Install necessary libraries

npm install @shadcn/ui recharts axios @mui/material @emotion/react @emotion/styled

Run Frontend

npm run dev

SCREENSHOTS

Home Page

image

CRUD

image

Chart Visualization

image

Can Edit and delete data(CRUD)

image

MongoDB Storage

image

About

Personal Finance Visualizer is a React-based web app for tracking expenses. Add, edit, and delete transactions, view lists, and analyze spending with Recharts. Built with Node.js, Express, and MongoDB for speed and reliability. Future updates include category tracking, budgeting, and dashboards. Stay on top of your finances effortlessly!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published