Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhijeetkokat007/fundsflow-tracker
An application to help users track their expenses and manage their budget effectively.
https://github.com/abhijeetkokat007/fundsflow-tracker
bootstrap css3 expence-tracker expressjs html5 javascript mongodb nodejs reactjs
Last synced: 14 days ago
JSON representation
An application to help users track their expenses and manage their budget effectively.
- Host: GitHub
- URL: https://github.com/abhijeetkokat007/fundsflow-tracker
- Owner: Abhijeetkokat007
- Created: 2023-11-24T04:49:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:09:50.000Z (about 1 year ago)
- Last Synced: 2024-11-17T10:45:57.147Z (3 months ago)
- Topics: bootstrap, css3, expence-tracker, expressjs, html5, javascript, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage: https://fundflow-tracker.onrender.com/
- Size: 2.04 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FundFlow Tracker
**Expense Tracker**An application to help users track their expenses and manage their budget effectively.
## Table of Contents
- [Overview](#overview)
- [Features](#features)
- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)## Overview
Expense Tracker is a web/mobile application that allows users to monitor their spending habits, categorize expenses, set budgets, and generate insightful reports. It provides an easy and intuitive way for users to gain better control over their finances.
## Features
- Add, edit, and delete expenses.
- Categorize expenses for better organization.
- Set and manage monthly budgets.
- View graphical representations of spending patterns.
- Generate expense reports for a specified period.
- Secure authentication and user account management.## Requirements
- Node.js (version 18.17.1)
- MongoDB (version any)
- Any additional dependencies...## Installation
Clone the repository:
```bash
git clone https://github.com/yourusername/url-shortener.git
```
**backend:**
1. Install dependencies:```bash
cd server
npm install
```2. Start the server:
```bash
npm run dev
```**Frontend:**
1. Install dependencies:```bash
cd cient
npm install
```2. Configure the application by updating the configuration file (`config.js`) with your MongoDB connection details and other settings.
3. Start the server:
```bash
npm start
```The Expense Tracker application should now be accessible at `http://localhost:5000`.
## Usage1. Register or log in to your account.
2. Add your expenses, categorize them, and set budgets.
3. Explore reports and graphical representations of your spending habits.
4. Stay within your budget and achieve financial goals!