A modern, interactive virtual laboratory for Power System Analysis experiments, designed for Electrical and Electronics Engineering students at SRM Institute of Science and Technology.
Visit the live site: SRM EEE Virtual Lab
- 📚 Interactive virtual experiments
- 🎓 Comprehensive theory sections
- 📊 Real-time simulations
- 📱 Responsive design
- 🔍 Detailed experiment procedures
- ✅ Self-assessment quizzes
- React 18
- TypeScript
- Tailwind CSS
- Vite
- React Router
- Lucide Icons
src/
├── components/ # Reusable UI components
├── pages/ # Page components
├── App.tsx # Main application component
└── main.tsx # Application entry point
-
Clone the repository:
git clone https://github.com/yourusername/srm-eee-virtual-lab.git
-
Install dependencies:
cd srm-eee-virtual-lab npm install -
Start the development server:
npm run dev
-
Build for production:
npm run build
- Load Flow Analysis
- Fault Analysis
- Stability Analysis
- Economic Load Dispatch
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.