Overview
This project is a Django-based system designed to manage and evaluate student competencies through various assessments. It stores student data, tracks evaluation results, and analyzes progress over time. It integrates with a REST API, enabling access by an Android application.
Project Demo
A demo version is available on GitHub Pages.
This demo showcases the frontend, compiled as static files and deployed to GitHub Pages, using mock data and simulated API calls:
- Data: Demo data is static and may appear incoherent, as it’s not connected to a real database.
- Backend: All API requests are mocked—no Django backend, MySQL database, or JWT authentication is used. Axios and other services are simulated.
Note: This demo is for frontend display purposes only, with no real database interactions.