Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.66 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.66 KB

Expense Tracker with GraphQL

Expense Tracker application that allows users to manage their financial activities by tracking savings, investments, and expenses. Built using GraphQL, the application provides a simple interface to add, view, and categorize expenses. Users can visualize their financial data with a donut chart representation, offering insights into the breakdown of their expenses


View Demo · Report Bug · Request Feature

Features

  • Expense Tracking: Keep track of various categories like savings, investments, and daily expenses.
  • GraphQL API: Efficiently manage queries and mutations for financial data, ensuring optimized data fetching and updates.
  • Donut Chart Visualization: Get a graphical breakdown of your expenses for a clearer understanding of your spending patterns.
  • Real-time Updates: Instant updates to your financial dashboard when adding or editing entries.

Tech Stack

  • Backend: GraphQL, Node.js, Express.js
  • Frontend: React, Tailwind CSS
  • Charting Library: Chart.js

Usage

  • Add your expenses under different categories (savings, investments, etc.).
  • View a summary of your expenses, along with a donut chart showing the amount breakdown.