Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.18 KB

PlotData - Web application for creating data visualizations

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.

PlotData App example images

PlotData App Home

Technologies & Tools

  • React
  • JavaScript
  • Next.js
  • React-Plotly.js
  • Plotly.js
  • styled-components
  • NextAuth.js
  • MongoDB
  • Mongoose
  • Git
  • GitHub
  • Vercel
  • VS Code
  • Material UI
  • Adobe Photoshop

Team

Project Setup

  • Clone this repository on your local machine.
  • Install all dependencies needed with npm install.
  • Run the app in development mode with npm run dev.