A modern web application for data visualization and analysis. Upload Excel files, generate charts, and get AI-powered insights.
npm install
npm run dev
src/components/
- React componentsHeader.jsx
- Navigation header with theme toggleLandingPage.jsx
- Homepage with login/signupLoginForm.jsx
- User login formSignupForm.jsx
- User registration formDashboard.jsx
- Main dashboard with file upload and chartsThemeProvider.jsx
- Dark mode context providerMIT