A powerful web application for transforming raw data into interactive and visually appealing charts. Supports multiple chart types, data import, and customization options.
- Next.js 13.x
- Tailwind CSS
- TypeScript
- Shadcn UI
- React
- Chart.js / Recharts
- CSV/Excel data import
- Node.js (v18 or later)
- npm / yarn / pnpm
- Clone the repository
git clone https://github.com/Mochrks/web-data-to-chart.git
cd web-data-to-chart
-
Install dependencies
npm install
-
Run the development server
npm run dev
-
The application will be running on http://localhost:3000.