Daily Expenses Monitoring is a web application that helps users input, manage, and track their daily expenses across various categories. With features like categorized summaries, spending limits, and detailed expense tracking, it provides a streamlined solution for financial management.
- Categorized Expenses: Users can add expenses under predefined categories:
- Groceries
- Transportation
- Healthcare
- Utility
- Charity
- Miscellaneous
- Purpose Specification: Each expense entry requires a purpose (e.g., "Weekly groceries").
- Automatic Timestamps: The application records the date and time automatically when an expense is added.
- Multiple Entries: Users can add multiple expenses per day.
- Secure Storage: Expenses are stored securely in a MongoDB database.
- Daily Summaries: Displays categorized summaries of expenses for each day.
- Total Calculations: Shows total daily expenses under each date.
- Detailed Tooltips: Hover over expense fields to view additional information about the purpose of the expense.
- Monthly Limit: Users set a monthly spending limit upon starting the application.
- Category Limits: Set individual spending limits for each category (e.g., Groceries: $200, Transportation: $50).
- Limit Alerts: Prevents adding expenses that exceed set limits and alerts users when limits are reached.
- Next.js: Frontend Framework
- Redux Toolkit: State Management
- Raw CSS: Styled without CSS libraries
- React Icon: For awesome icons
- Next Auth: For Authentication
- Express.js
- MongoDB: Database
- Node.js and npm installed on your machine.
- MongoDB database set up and running.
-
Clone the Repository:
git clone https://github.com/takbirgazi/daily-expenses-monitoring.git cd daily-expenses-monitoring
-
Install Dependencies:
npm install
-
Environment Variables:
- Create a
.env
file. - Add the following environment variables:
PORT=3000 MONGODB_URL= //Your MongoDB URL GOOGLE_CLIENT_ID= // Your Google Client Id for Next Auth GOOGLE_CLIENT_SECRET= // Your Google Client Secret for Next Auth NEXTAUTH_SECRET= // Make a Secret for Vercel Like 97673985ed3fa4172f8233324bc31c549b1da26534f93335ba67a22e999314bf
- Create a
-
Run the Application:
- Run the command
npm run dev
- Run the command
-
Access the Application: Open your browser and navigate to
http://localhost:3000
.
We welcome contributions to improve this project. Please follow the steps below:
- Fork the repository.
- Create a new branch (
feature/your-feature-name
). - Commit your changes.
- Push your branch and create a pull request.
For any questions or support, feel free to reach out to the project maintainer:
- Name: Md. Takbir Gazi
- Email: takbirgazibd@gmail.com
- LinkedIn: Md. Takbir Gazi