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

npm install

Install Git Hooks(Required for Development)

npm run prepare

Start Development Server

npm start

Lint all the files

npm run lint

Format all files with Prettier

npm run format

Check TypeScript issues

npm run type-check

Build for Production

npm run build