An open API service indexing awesome lists of open source software.

https://github.com/ahmedsobhy01/finance-tracker

A finance tracker that monitors your income, expenses, debts, and cash flow, providing a comprehensive overview of your financial situation for better budgeting and financial management.
https://github.com/ahmedsobhy01/finance-tracker

bootstrap finance-tracker laravel vuejs

Last synced: 8 months ago
JSON representation

A finance tracker that monitors your income, expenses, debts, and cash flow, providing a comprehensive overview of your financial situation for better budgeting and financial management.

Awesome Lists containing this project

README

          

[![Forks][forks-shield]][forks-url]
[![Issues][issues-shield]][issues-url]
[![LinkedIn][linkedin-shield]][linkedin-url]





Logo

Finance Tracker


Simply a finance tracker that tracks your income, expenses, debts, and cash money.


View Demo
·
Report Bug
·
Request Feature


## About The Project

[![Product Name Screen Shot][product-screenshot]](https://finance-tracker.ahmedsobhy.net)

A Laravel project for a finance tracker is a web application that helps users manage their financial information by tracking their income, expenses, debts, and cash money. It allows users to add and categorize transactions, view their current financial status, generate reports and charts to help them understand their spending patterns and make informed decisions about their finances. The project makes use of the Laravel framework to provide a secure and user-friendly platform for managing financial information. It includes features such as user authentication, transaction management, categorization, reporting, and charts to help users keep track of their financial information and make informed decisions. The goal of the project is to provide users with a simple and effective tool for managing their finances and helping them make the most of their financial resources.

(back to top)

### Built With

- [![Laravel][laravel.com]][laravel-url]
- [![Vue][vue.js]][vue-url]
- [![Bootstrap][bootstrap.com]][bootstrap-url]

(back to top)

### Installation

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

1. Clone the repo
```sh
git clone https://www.github.com/AhmedSobhy01/finance-tracker.git
```
2. Install Composer packages
```sh
composer install
```
3. Install NPM packages
```sh
npm install
```
4. Copy .env.example and then edit .env
```sh
cp .env.example .env
```
5. Generate app encryption key
```sh
php artisan key:generate
```
6. Migrate and seed the database
```sh
php artisan migrate:fresh --seed
```

(back to top)

## Usage

After seeding the database, you can log in using the default user:
| **Username** | **Password** |
| --- | --- |
| Test | password |

(back to top)

## Contact

Ahmed Sobhy - contact@ahmedsobhy.net

Project Link: [https://www.github.com/AhmedSobhy01/finance-tracker](https://www.github.com/AhmedSobhy01/finance-tracker)

(back to top)

[forks-shield]: https://img.shields.io/github/forks/AhmedSobhy01/finance-tracker.svg?style=for-the-badge
[forks-url]: https://github.com/AhmedSobhy01/finance-tracker/network/members
[stars-shield]: https://img.shields.io/github/stars/AhmedSobhy01/finance-tracker.svg?style=for-the-badge
[stars-url]: https://www.github.com/AhmedSobhy01/finance-tracker/stargazers
[issues-shield]: https://img.shields.io/github/issues/AhmedSobhy01/finance-tracker.svg?style=for-the-badge
[issues-url]: https://www.github.com/AhmedSobhy01/finance-tracker/issues
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/ahmed-sobhy-dev
[product-screenshot]: https://ahmedsobhy.net/storage/ca72cb478218073ac9b447908534f5c5/home-phone.jpg
[vue.js]: https://img.shields.io/badge/Vue.js-35495E?style=for-the-badge&logo=vuedotjs&logoColor=4FC08D
[vue-url]: https://vuejs.org/
[laravel.com]: https://img.shields.io/badge/Laravel-FF2D20?style=for-the-badge&logo=laravel&logoColor=white
[laravel-url]: https://laravel.com
[bootstrap.com]: https://img.shields.io/badge/Bootstrap-563D7C?style=for-the-badge&logo=bootstrap&logoColor=white
[bootstrap-url]: https://getbootstrap.com