Skip to content

The "Finance Management Application" includes financial summaries with total income, expenses, and savings, expense tracking with add/edit/delete, categorized expenses, and graphical visualizations using pie charts and bar graphs.

Notifications You must be signed in to change notification settings

niteshkr100/FinBudget

Repository files navigation

If you clone the repo please mark with Stars🌟

FinBuddy (Finanace Management webApp)

This project will involve the development of a "Finance Management Application”

Features:

  1. Implement login and logout functionality.
  2. Display a summary of financial status, including total income, expenses, and savings.
  3. Provide graphical representation of expenses over time, using pie charts, bar graphs, etc.
  4. Expense Management:Add, edit, and delete expense entries. Categorize expenses (e.g.,groceries, bills, entertainment).
  5. Contact form for user supports.

Tech Stack:

Next.js

React.js

Node.js

Shadcn UI

Tailwind Css

Material UI

HTML

Css

Javascript

Drizzle

Neon

PostgreSQL

Rechart

Clerk

Rechart.js

How to Contribute

1. Fork the repository to your GitHub account.

2. Clone the forked repository to your local machine.

git clone https://github.com/niteshkr100/FinBudget.git

3. Create a new branch for your changes.

git checkout -b feature/your-feature

4. Make your changes, whether they're bug fixes, new features, or improvements.

5. add the change in your branch

git add .

6. Commit your changes with descriptive commit messages.

git commit -m "Add your descriptive commit message here"
git push origin feature/your-feature

7. Open a Pull Request (PR) against the main repository.

How to make changes if pull request is done and you want to make changes in currrent PR

1. Check current branch correctly through which PR is done

git branch

2. Makes the changes to the file you want and then save

3. Add the change file

git add <file name>

4. Add comments to the file

git commit -m "file is change"

5. Push the changes to the repo

git push origin <branch-name> 

About

The "Finance Management Application" includes financial summaries with total income, expenses, and savings, expense tracking with add/edit/delete, categorized expenses, and graphical visualizations using pie charts and bar graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published