PWA Application - https://eduu.netlify.app/
Eduu is a sophisticated Software as a Service (SaaS) platform designed to transform the educational landscape by providing innovative tools for universities, teachers, and students. Our platform focuses on automated analysis of student and teacher capabilities to enhance the teaching and learning experience, seamless communication, and efficient content sharing.
- Efficient Examinations: Streamline exams with a one-click automation feature, making the process efficient and time-saving.
- Insightful Analytics: Gain insights into student progress levels through visual analytics, facilitating a comprehensive understanding of individual performance.
- Effortless Evaluation: Evaluate teaching capabilities effortlessly, providing valuable insights into educators' effectiveness in real-time.
- Tailored Learning Experiences: Offer personalized coaching to students, tailoring educational experiences to individual needs and enhancing overall learning outcomes.
- Secure Login: Users can access Eduu securely using a one-time password (OTP) authentication system.
- Distinct Roles: Tailored roles for teachers, students, and universities with specific permissions, ensuring a personalized experience.
- Effortless Content Sharing: Teachers can easily upload module descriptions or notes in PDF format, promoting efficient knowledge transfer.
- Automated Operations: Leverage the ChatGPT API for automated test creation, analysis, and report generation. Teachers only need to upload the PDF file, and the rest is handled seamlessly.
- User-Friendly Dashboard: An intuitive home page displaying tests published by teachers, creating a centralized hub for student engagement.
- Automated Assessments: Students can actively participate by answering questions within specified time frames, with automatic analysis of their performance.
- Individual Performance Analysis: In-depth analysis of individual student performance, providing valuable feedback on correct and incorrect answers.
- Class-Wide Overview: Teachers can assess the overall performance of the class.
- Real-time Alerts: Instant notifications for students when new tests are published.
- Completion Notifications: Teachers receive notifications when students complete assessments.
- Detailed Insights: Comprehensive class performance analysis, allowing teachers to make informed decisions.
- Automated Reports: Analysis of student capabilities and teacher effectiveness is automated, reducing the need for manual intervention.
- Efficient Reporting: Automated generation and delivery of detailed statistics and results to universities, parents, and teachers.
- Data Confidentiality: Robust security measures in place to ensure the confidentiality and privacy of educational records.
- Intuitive Design: User-friendly interface for both teachers and students, promoting ease of use.
- Student Empowerment: Empower students to provide constructive feedback on tests or modules.
- Handle Growth: Built to handle a large number of users and data, ensuring scalability as the user base expands.
- Seamless Integration: Integrates seamlessly with existing university Learning Management Systems for enhanced compatibility.
- Access Anywhere: Accessible and user-friendly on various mobile devices, ensuring a consistent experience.
- Adherence to Regulations: Strict compliance with relevant data protection laws and educational regulations.
-
Clone the repository.
git clone https://github.com/Top-100-Coders/eduu
-
Change directory.
cd Client/Client_pwa
-
Install all dependencies.
npm install
-
Run the client side.
npm run dev
-
Open a new terminal and change directory and run the following commands
cd Server npm install npm run start