Welcome to our website, a one-stop platform that empowers users to create personalized quizzes or discover suitable ones. We understand the struggle of finding comprehensive evaluations on specific topics, whether it's searching for quizzes, tests, or open-ended questions scattered across the web. Our mission is to simplify this process by offering a centralized hub for generating quizzes on demand.
Key Features:
- Create Personalized Quizzes
- Extensive Quiz Library
- On-Demand Quiz Generation
- Answer Assistance
- Install Flutter SDK
- Go to main folder of the application and run
flutter pub getand thenflutter build web --release - This populates a
build/webdirectory with built files, including an assets directory, which need to be served together. - Use files files from
build/webfor deploying. For example, you can run in this folder simple python server with following commandpython -m http.server 8000. - Moreover, run
flutter build apkfor apk file.
- State management is implemented with Bloc library. It helps to easily add new features to the logic.
- Navigation is made with AutoRoute library. It allows to customize path of pages and use path as provider of information.