An enterprise-grade Learning Management System (LMS) designed for
seamless interaction between Students, Faculty, and Administration.
This isn't just another dashboard. The PH University Portal solves the complexity of academic data management. It replaces manual paperwork with a centralized, reactive, and secure digital environment.
"Bridging the gap between academic bureaucracy and digital efficiency."
We use a cutting-edge MERN stack variation, focusing on type safety and scalability.
|
React 19 |
TypeScript |
Redux TK |
Vite |
Tailwind |
Ant Design |
We have designed specific portals for each user role to ensure security and ease of use.
| 👨💼 Admin Portal | 👨🏫 Faculty Portal | 🎓 Student Portal |
|---|---|---|
|
|
|
Make sure you have the backend running. Click here for the Backend Setup Guide.
Clone the repo and install dependencies.
# Clone the repository
git clone [https://github.com/YOUR_USERNAME/lms-frontend.git](https://github.com/YOUR_USERNAME/lms-frontend.git)
# Navigate to the project directory
cd lms-frontend
# Install dependencies (We prefer Yarn or NPM)
npm install