HisabKitab is a simple and easy-to-use app designed to help people manage their money better, inspired by Tony Stark’s (Iron Man’s) efficient planning skills. The app allows users to keep track of their daily expenses, set budgets, save money toward goals, and plan for emergencies—all in one place.
With a straightforward and user-friendly design, the app lets users log their expenses, see clear visuals of their spending habits, and receive reminders for upcoming bills. It’s perfect for anyone who wants to improve their budgeting, whether they’re saving up for something special or just want to keep their finances in check.
- •Secure access to your own account.
- •Record daily expenses in different categories (e.g., food, shopping).
- •Set budgets based on spending habits to avoid overspending.
- •View your spending in simple, visual formats.
- •Monitor savings progress to reach financial goals.
- •Download your expense data for offline access.
Frontend: React, Bootstrap, Tailwind CSS
Backend: Node.js, Express.js
Database: MongoDB
- Clone the repository:
git clone https://github.com/EnigmaTrio/HisabKitab.git
- Install dependencies:
npm install
- Start the server:
npm start
-
Install backend dependencies:
cd backend npm install -
Create Environment File
cd Backend touch .env -
Edit Environment Variables To run this project, you will need to add your mongodb config of database like this to your .env file and secret key for jwt
JWS_SECRETMONGO_URI -
Run the Backend Server
node index.js