A React application for visualizing spending data using interactive charts. This project is part of a MERN stack application focused on financial data visualization.
- Interactive spending charts
- Built with React and Vite
- Uses Recharts library for data visualization
- Modern development setup with ESLint
- Frontend: React 19
- Build Tool: Vite
- Charts: Recharts
- Linting: ESLint
- Node.js (version 16 or higher)
- npm or yarn
-
Clone the repository:
git clone <repository-url> cd my-chart-project
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
src/
├── components/
│ └── spendingCharts.jsx # Main chart component
├── data/
│ └── chartData.js # Sample spending data
├── App.jsx # Main app component
└── main.jsx # App entry point
The application uses sample spending data categorized by:
- Rent
- Groceries
- Utilities
- Entertainment
- Transport
- Fork the repository
- Create a feature branch
- Make your changes
- Run tests and linting
- Submit a pull request