Skip to content

iOS app written in Swift, using SQLite as the backend to store words and user data

Notifications You must be signed in to change notification settings

csreesan/GreSynonymsApp

Repository files navigation

GreSynonymsApp

  • iOS app using Swift with MVC design pattern to store flashcards with synonyms, and provide a game to test

  • SQLite embedded RDMBS storing words for flashcards and their relations as synonyms

  • Normalized design for word database, assigning id's to words and synonyms to minimize data redundancy

  • Word and synonym id's and timestamp are used to track performance

  • SQLite storing performance and usage data to assist user in choosing what to study and test through ordering synonyms or words by different information e.g. order by ratio of mistakes, order by time last tested...

  • Below is the current schema for the SQLite database:

    alt text

About

iOS app written in Swift, using SQLite as the backend to store words and user data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published