A React application for visualizing critical differences in statistical data.
- Interactive data visualization using Recharts
- Critical difference calculations
- Confidence interval analysis
- Multiple scenario support
- Node.js (v16 or higher)
- npm or yarn
- Clone the repository
- Install dependencies:
npm installRun the development server:
npm run devThe app will open at http://localhost:3000
Create a production build:
npm run buildPreview the production build locally:
npm run preview- React 18
- Vite
- Recharts
- Lucide React Icons
This project is private and not licensed for public use.