Simple quiz app built with Appwrite + Flutter + Codemagic

Overview

Flutter Festival Kathmandu Quiz App

GitHub Stars

A quiz app for the Flutter Festival Kathmandu built with Flutter Web on frontend and Appwrite on backend.

Live Preview: https://ffktm2022.codemagic.app

Build Guide

This project needs Flutter installed and Appwrite project configured to run successfully.

  1. To install flutter refer to this page. To install appwrite refer to this page.

  2. Change the Appwrite project_id and endpoint in /lib/services/appwrite.dart.

  3. Setup database structure in Appwrite project

  4. Run flutter pub get.

  5. Build

    • For Android: flutter build apk

    • For Web: flutter build web

Database Document Structure

Questions collection
collectionId: questions
fields: 
question: string
options: array of string
answer: string

Scores Collection
collectionId: Scores
fields:
userId: string (id of the user who took the quiz)
score: int (total score obtained out of 10)
answers: string (json encoded string of an array [{"questionId": "id", "selected_answer": "answer", "correct": true or false} ...],
phone_number: string (required if we want to distribute prize)

Screenshots

ScreenShot 1 ScreenShot 2 ScreenShot 3 ScreenShot 4

License

Flutter Festival Kathmandu Quiz App is MIT licensed, as found in the LICENSE file.

You might also like...

Quiz App with Simple Material UI

Quiz App with Simple Material UI

Quizzler ❓ Brief A Quiz app that tests your general knowledge. As one of the most popular types of apps on the app stores, you can create your own qui

Jan 13, 2022

Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.

Let's create a complete Flutter Quiz App UI from scratch with a beautiful design.

Flutter Tutorial - Quiz App UI Let's create a complete Flutter Quiz App UI from scratch with a beautiful design. Social Media Preview Watch Video ⚡

Dec 29, 2022

Flutter quiz mobile app

game A new Flutter application. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

May 18, 2021

Flutter Quiz App

my_quiz A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this

Oct 18, 2021

A flutter quiz app that helps you learn about the City of Munich

A flutter quiz app that helps you learn about the City of Munich

MucQuiz MucQuiz is a quiz app that helps you learn about the City of Munich. It is a submission for the City of Munich challenge at hackaTUM 2021. Scr

Sep 6, 2022

Create & Play Quiz with Makemyquiz.web.app made with Flutter

Create & Play Quiz with Makemyquiz.web.app made with Flutter

Makemyquiz.web.app Create quiz, play them see detailed results and much more try now visit https://makemyquiz.web.app Features Included ✅ Google Sign

Oct 27, 2022

Quiz app contains flutter questions only and showing result what you got.kind of mcq pattern

Quiz app contains flutter questions only and showing result what you got.kind of mcq pattern

quiz A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is

Jan 24, 2022

A new Flutter App where different types of quiz demonstrated

A new Flutter App where different types of quiz demonstrated

Quizzler_App A new Flutter project.A new Flutter App where different types of quiz demonstrated . Getting Started This project is a starting point for

Mar 27, 2022

FREE FLUTTER QUIZ APP WITH GETX STATE-MANAGEMENT

FREE FLUTTER QUIZ APP WITH GETX STATE-MANAGEMENT

This is free code for a flutter quiz app. all you need is just set up firebase for this project. Home

Jan 7, 2023
Owner
Damodar Lohani
Tech Consultant | Open source enthusiast | ❤ Flutter | Full stack Developer
Damodar Lohani
An application built using Flutter that is to conduct a quiz and provide the user with the result of the quiz.

Quizzler Challenge Solution This is a companion project to The App Brewery's Complete Flutter Development Bootcamp, check out the full course at www.a

dev_allauddin 4 Sep 8, 2022
Quiz App to conduct online quiz developed with flutter framework and dart language

Online Quiz App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Parag Patil 7 Nov 8, 2022
A demo built with Flutter and Appwrite backend for Hacktoberfest 2021.

Artistry: Appwrite - Flutter Demo ?? Artistry is a demo app built with flutter and Appwrite backend for Hacktoberfest 2021, that demonstrates how to p

Divyam joshi 23 Dec 16, 2022
A basic demo example for integrating between Appwrite & Flutter 💙

?? Quiz With Flutter A simple Quiz App built with Flutter and Appwrite ?? Getting Started ?? Install Appwrite Follow our simple Installation Guide to

Appwrite 35 Nov 22, 2022
A basic demo example for integrating between Appwrite & Flutter 💙

?? Todo With Flutter A simple todo app built with Flutter and Appwrite ?? Getting Started Appwrite is an end-to-end backend server for Web, Mobile, Na

Appwrite 27 Dec 15, 2022
A super simple quiz app built with flutter

WowSuchQuiz A very basic quiz app built using flutter for android. User authorization is managed using firebase. How to Use You will require flutter a

Anurag Mondal 7 Feb 18, 2022
Simple quiz app that i developed with flutter.

Quizler App I developed a simple quiz app, It contains a list of questions on locally. There are 2 options "true" and "false", after the user selects

null 1 Nov 26, 2021
A simple yet elegant quiz app developed with Flutter

CoolQuiz (Flutter - Dart) A simple yet elegant Quiz App developed with Flutter. Some of the Widgets and Plugins used TextFormField Buttons Snackbar Sh

null 9 Aug 11, 2022
This is a simple quiz app I created for specific use in my church.

flip_quiz_questions A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you star

null 0 Dec 27, 2021
Quizzler - a simple Quiz app that presents a few yes/no questions and checks their answers

Quizzler ❓ Our Goal In this tutorial we will be reviewing Stateful and Stateless Widgets as well as learning about the fundamental building blocks of

null 0 Jan 2, 2022