Skip to content

Quickly plot CSV data into graphs(bar, pie, area, map, etc.)

Notifications You must be signed in to change notification settings

nirnejak/csv-plot

Repository files navigation

CSV Plot

Quickly upload and plot CSV data in a graph

Tools and Technologies Used

  • React
  • Radix UI
  • Akar Icons
  • TailwindCSS
  • Framer Motion
  • Nivo Charts
  • Vite

Available Scripts

Install Dependencies

bun install

Start Development Server

bun start

Lint all the files

bun run lint

Format all files with Prettier

bun run format

Check TypeScript issues

bun run type-check

Build for Production

bun run build