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!
Run Backend first, then start Frontend.
git clone https://github.com/RamanKishore08/Personal-Finance-Tracker.gitcd Personal-Finance-Trackercd backendnpm install express mongoose corsnode server.jscd Frontendnpm install @shadcn/ui recharts axios @mui/material @emotion/react @emotion/stylednpm run dev