Welcome to the LLMs Spring 2024 Developer Edition, a comprehensive educational platform designed to support learning and management. This project encapsulates a Flutter-based application capable of running across multiple platforms including Android, iOS, web, and Windows, leveraging Firebase for backend services.
- Cross-platform support: Designed to run seamlessly on Android, iOS, web, and Windows.
- Firebase integration: Utilizes Firebase for real-time data handling, authentication, and more.
- Educational tools: Offers various functionalities tailored towards enhancing the educational experience.
- Flutter installed on your system (for more information on how to install Flutter, visit Flutter's official documentation).
- Firebase account for managing backend services.
- IDE of your choice (VS Code is recommended, with project-specific settings already provided).
- Clone the repository to your local machine.
- Navigate to the project directory and install dependencies:
cd LLMsSpring2024-developer/LLM/educ_ai_tion flutter pub get - Setup Firebase for each platform according to your project needs (refer to Firebase documentation for platform-specific setup).
- Android/iOS: Open an emulator or connect a device and run:
flutter run
- Web: Ensure you have configured Firebase for web and run:
flutter run -d chrome
We welcome contributions to the LLMs Spring 2024 Developer Edition. Please read through our contributing guidelines before making a pull request.
The web version of our app can be found here: https://llmspring2024-1cef2.web.app/
The Site is managed through Firebase Hosting. Please contact the developer team if you would like login access.
This project is licensed under the CCO-1 License - see the LICENSE file for details.