With PlotData you can easily make customizable publication-quality charts, all without programming skills. You can upload a csv file and walk through the different steps to generate a chart, with the help of the JavaScript Plotly library. Also you can update the chart with new values and export it as png file for use in reports or presentations.
A csv test file data.csv is available in the repo for developers.
- React
- JavaScript
- Next.js
- React-Plotly.js
- Plotly.js
- styled-components
- NextAuth.js
- MongoDB
- Mongoose
- Git
- GitHub
- Vercel
- VS Code
- Material UI
- Adobe Photoshop
- Clone this repository on your local machine.
- Install all dependencies needed with
npm install
. - Run the app in development mode with
npm run dev
.