A simple and powerful expense tracking web application to manage your income, expenses, and overall finances with ease.
🌐 Live Demo: Visit Now
- Dashboard with Total Income, Expense, Today's and Yesterday's stats
- Monthly and Yearly Income-Expense Summary with Bar and Pie Charts
- Recent Transactions Overview
- Fund and Cost Category Management
- Add, Edit, and Delete Fund and Cost Entries
- Advanced Search, Filtering, Sorting, and Date Filters
- Detailed Reports with PDF Download Option
- Support Module to Send Feedback and Queries
- Fully Responsive Design
- Firebase Hosting
- Frontend: JavaScript, ReactJS, HTML, CSS and Tailwind CSS
- Backend: ExpressJS and Mongoose
- Charts: ApexCharts
- Hosting: Firebase ( Frontend )
- Hosting: Vercel ( Backend )
- Clone the repository:
git clone https://github.com/your-username/expense-tracking-software.git
- Go to the project folder:
cd client
or
cd server
- Install dependencies:
npm install
- Run locally:
npm run dev
- Open in browser:
http://localhost:3000
or Server
http://localhost:5000