Expense Tracker is a simple and efficient tool designed to help individuals track their expenses and manage their finances. It provides a user-friendly interface for recording transactions, categorizing expenses, and generating reports.
- Transaction Logging: Record expenses with ease.
- Category Management: Categorize your transactions for better organization.
- Reports: View and analyze your spending patterns through date reports.
- Filter by Category: Easily filter transactions based on categories.
- Filter by Date: Conveniently view transactions within a specific date range.
- User-Friendly Interface: Simple and intuitive design for a seamless user experience.
-
Clone the repository:
git clone https://github.com/andalusm/expenses.git
-
Navigate to the project directory:
cd expenses
-
Install dependencies:
npm install
-
Configure the application by setting up environment variables or configuration files.
-
Start the application:
node server.js
-
Access the application in your web browser at http://localhost:4200.
- Add transactions by providing details such as amount, category, and description.
- Explore the reports section to gain insights into your spending habits.
- Filter transactions by category or date to focus on specific sets of data.
This project is licensed under the MIT License.