Adrian-Mok15 / QuizIt

0 stars 2 forks source link

Original App Design Project - README Template

QuizIt

Table of Contents

  1. Overview
  2. Product Spec
  3. Wireframes
  4. Schema

Overview

Description

A quiz app that asks you multiple-choice questions related to computer science interview questions. Algorithms and data structures based. (also include a section that displays different languages of code and asks the user to pick out which language it is) (section with bugs in code with error messages that user needs to fix) - All should be multiple-choice, otherwise it would be too difficult.

App Evaluation

[Evaluation of your app across the following attributes]

Product Spec

1. User Stories (Required and Optional)

Required Must-have Stories

Optional Nice-to-have Stories

2. Screen Archetypes

3. Navigation

Tab Navigation (Tab to Screen)

Flow Navigation (Screen to Screen)

Wireframes

[Add picture of your hand sketched wireframes in this section]

Wireframe

[BONUS]

Interactive Prototype

Schema

Models

Quiz Property Type Description
timesTaken Number number of times a quiz has been taken
averageScore Number Average score
content json object json object from the api that holds all data related to the quiz
User Property Type Description
points Number number of points a user has
quizzes String list of past 10 quizzes a user has taken and their score corresponding
username string username
password String password
email String email
quizCount Number number of quizzes taken

Networking

Progress

Milestone 1

first milestone

Milestone 2

second milestone

Milestone 3

third milestone

Milestone 4

fourth milestone