Quickly upload and plot CSV data in a graph
- React
- Radix UI
- Akar Icons
- TailwindCSS
- Framer Motion
- Nivo Charts
- Vite
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