This repository contains the Frontend Module for the Bachelor's Engineering Thesis: "Learning module with conversational educational system".
- University: Warsaw University of Technology (Politechnika Warszawska)
- Faculty: Faculty of Mathematics and Information Science (MiNI)
- Supervisor: dr inż. Anna Wróblewska
- Authors: Anna Ostrowska, Gabriela Majstrak, Jan Opala
A real-time chat window allowing students to interact with course-specific knowledge. It supports different learning modes.
An interface for taking and reviewing AI-generated quizzes. It includes an immediate feedback mechanisms, and detailed result analysis to help students identify knowledge gaps.
Comprehensive analytics providing insights into material coverage, quiz performance, and interaction history. It utilizes interactive charts to motivate students and track their educational journey.
Supports different backgrounds, color, and animations toggle.
- Install dependencies:
npm install-
Configure your environment: Create a .env.local file with the NEXT_PUBLIC_API_URL pointing to the system Backend.
-
Start the development server:
npm run devThe application will be accessible at http://localhost:3000.
Developed as the primary visual component of the diploma process at Warsaw University of Technology.