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.
- 📤 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.
- Frontend: React, Tailwind CSS , Vite
- Data Visualization: Chart.js
- File Handling: Papaparse (for CSV parsing)
📂 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
Follow these steps to get the project up and running on your local machine:
- Clone the repository:
git clone https://github.com/your-username/brainwave-ai-frontend.git cd brainwave-ai-frontend - Install dependencies:
npm install # Install dependencies using npm OR yarn install # Install dependencies using yarn
- Run the development server:
npm run dev # Start the development server using npm OR yarn dev # Start the development server using yarn
- Open your browser and visit: http://localhost:3000