Skip to content

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 run dev

Build for Production

bun run build

Preview Production Build

bun run preview

Type Check

bun run type-check

Lint Code

bun run lint

Fix Lint Issues

bun run lint:fix

Format Code

bun run format

Check Code Formatting

bun run format:check