Skip to content

neosandeep24/BizAnalytics

Repository files navigation

📊 Business Analytics


Website link : 👉 BIZ ANALYTICS

A web-based analytics dashboard that visualizes expenditures and profits using interactive graphs. Built with React, Tailwind CSS, and Chart.js, this project enables users to upload CSV files and generate insightful reports.


🚀 Features

  • 📤 CSV Upload – Users can upload a CSV containing expenditures and profits.
  • 📊 Data Visualization – Generates the following graphs:
    • Bar Graph – Displays expenditures.
    • Bar Graph – Displays profits.
    • Combined Histogram – Shows both expenditures and profits.

🛠️ Tech Stack

  • Frontend: React, Tailwind CSS , Vite
  • Data Visualization: Chart.js
  • File Handling: Papaparse (for CSV parsing)

📂 Folder Structure

📂 biz-analytics-dashboard
│── 📂 src
│   ├── Main.jsx  
│   ├── App.jsx             # Main application entry
│   ├── 📂 components      # Reusable UI components
│         ├── 📂 UI components 
          ├── 📂 pages         # Main application pages
│     ├── 📂 utils         # CSV parsing & PDF generation logic
│── 📄 package.json        # Dependencies & scripts
│── 📄 README.md           # Project documentation

Technology Stack Used

  • HTML5
  • CSS3
  • JavaScript
  • React
  • Tailwind CSS

Getting Started

Follow these steps to get the project up and running on your local machine:

  1. Clone the repository:
    git clone https://github.com/your-username/brainwave-ai-frontend.git
    cd brainwave-ai-frontend
  2. Install dependencies:
    npm install   # Install dependencies using npm OR
    yarn install  # Install dependencies using yarn
  3. Run the development server:
    npm run dev   # Start the development server using npm OR
    yarn dev      # Start the development server using yarn
  4. Open your browser and visit: http://localhost:3000

Releases

No releases published

Packages

 
 
 

Contributors