The Learnducate project is aimed at providing a user-friendly and integrated solution for managing exams, courses, reports, tutors and students in a learning environment.
The current system for managing quizzes, exams, courses, and reports in a learning management environment could be overwhelming, making it difficult for tutors and students to manage their learning and academic progress effectively. Learnducate provided a user-friendly, integrated solution that streamlines the management of quizzes, exams, courses, and reports for tutors and students alike.
- Python, MySQL(MariaDB) - (yet to be implemented)
- HTML, CSS, Javascript (ReactJS - MVP, Implement)
- Docker
- GitHub
- Firebase (Auth and Deployment)
- Figma (UI, UX Designs)
- FastAPI (Python, Backend)
- ReactJS (Frontend)
- Clone repo
git clone https://github.com/leyume/learnducate.git
- Enter the learn directory
cd learn
- Install npm dependencies
npm install
oryarn install
- Run in dev mode
npm run dev
- View in browser
http://localhost:8401