A simple and effective expense tracking system that allows users to create custom spending categories and log expenses under each one. Built as part of my personal portfolio to demonstrate practical skills in full-stack development.
- 🔖 Create and manage custom spending categories
- 🧾 Add and edit expenses under each category
- 📊 Organized interface to view and track your spending that show graph and chart
- 🧠 Simple and intuitive user experience
- Backend: Node.js, Hono.js
- Frontend: React.js, Bootstrap, Antd, Mui
- Database: Mysql
git clone https://github.com/Stoic-123/Expense-Tracker.git
cd expense-tracker-system
+Cmd run:
1. Backend side
+ cd server
+ bun install
+ bun run dev
2. Frontend side
+ cd client
+ bun install
+ bun run dev