Skip to content

UNICT-DMI/DMI-StudentLab

Repository files navigation

StudentLab

An environment that supports students through multi-format explanations, interactive quizzes, and peer-to-peer challenges.

🎯 Primary Objective

Create an inclusive learning ecosystem that adapts to each student’s personal situation, encourages peer collaboration, transparently tracks progress, and gamifies learning through challenges and leaderboards.

🛠️ Technology Stack

  • Framework: Flutter 3.38.5 (multi-platform)
  • Architecture: MVVM (Model-View-ViewModel)
  • Supported Platforms: Android, iOS, Web, Linux

👥 Developer Collaboration

How to Contribute

  1. Report a bug or request a feature

    • Open an issue
    • Use the predefined templates
    • Provide complete and detailed information
  2. Develop a new feature

    • Fork the repository
    • Clone it locally
    git clone https://github.com/your-username/studentlab.git
    • Create a branch for your feature
    git checkout -b feature/nome-feature
    • Install dependencies
    flutter pub get
    • Develop and test
    flutter test
    flutter run
    • Commit e push
    git add .
    git commit -m "Add [nome feature]: [descrizione]"
    git push origin feature/nome-feature

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published