Loading repository data…
Loading repository data…
JamzStudio / repository
Browser-based CSV to animated chart video generator
ChartFlow Studio is a browser-based CSV to animated chart video tool. It lets users upload a CSV file, map time/category/value columns, preview an animated bar chart race, and export the result as a WebM video.
Tools like Alien Art Charts turn spreadsheet data into animated chart videos for creators and analysts. This project is a lightweight open-source MVP inspired by that workflow, built as a portfolio-friendly React project.
Your CSV should include:
year,company,revenue
2020,Apple,274
2020,Microsoft,143
2021,Apple,365
2021,Microsoft,168
You can use different column names. Just map them in the UI.
npm install
npm run dev
Then open the local Vite URL in your browser.
npm run build
npm run preview
This is a strong GitHub project because it combines data parsing, visualization, animation, browser APIs, and product thinking in one project.