Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 1.82 KB

README.md

File metadata and controls

74 lines (50 loc) · 1.82 KB

Finance Dashboard

This project is a finance dashboard that provides insights into revenue, expenses, and other financial data. It utilizes various visual components such as line graphs, bar graphs, tables, and scatter graphs to present the information in a user-friendly manner.

Screenshot-1.png

Features

  • Line graph to compare revenue and expenses over time.
  • Bar graph displaying revenue for each month.
  • Dynamic calculation of percentage growth and loss (in progress).
  • Two tables:
    • List of products and transactions made for the products.
    • Recent orders transactions and buyer name with a count of orders per product.
  • Line chart comparing profit and revenue for each month.
  • Line chart comparing operational and non-operational expenses.
  • Scatter graph illustrating product and expenses relationship.

Screenshot-1.png

Technology Stack

Frontend

  • React
  • TypeScript
  • Redux Toolkit
  • React Query
  • Recharts (for visual components)
  • Material UI

Backend

  • Node.js
  • Express
  • MongoDB

Getting Started

To get started with the Finance Dashboard project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/finance-dashboard.git
  2. Install the dependencies:

    cd finance-dashboard
    npm install
  3. Start the backend server:

    cd backend
    npm start
  4. Start the frontend development server:

    cd frontend
    npm start

Screenshots:

Screenshot-1.png

Screenshot-1.png