A clean and modern experimental dashboard built with React, Vite, Tailwind CSS, Framer Motion, and Recharts.
It features a responsive sidebar (collapsing into a hamburger menu on mobile), smooth animations, and dynamic charts — perfect for managing experiments and visualizing metrics.
🔗 Live Demo: experiment-dashboard.vercel.app
- Responsive sidebar with hamburger menu on mobile
- Smooth animations with Framer Motion
- Interactive Line and Pie charts (Recharts)
- Fast and optimized with Vite
- Clean and simple UI inspired by modern dashboards
# Clone the repository
git clone https://github.com/Ultron1507/experiment-dashboard.git
# Navigate into the project directory
cd experiment-dashboard
# Install dependencies
npm install
# Start the development server
npm run dev