Skip to content

An app for increasing one's vocabulary for competitive exams like GRE.Self guided tutorial for words.

Notifications You must be signed in to change notification settings

ricoseeds/remembro

Repository files navigation

Remembro -- A vocabulary building tool

Use Remembro~

screen shot 2018-07-02 at 11 03 08 am

Pre-requisites

    $ install ruby(2.5.*) and rails(5.*)

Getting Started

  1. Install required Gems

     $ cd remembro && bundle install
    
  2. create database.yml

     $ cp config/database.yml.example config/database.yml
    
  3. Create and migrate database.

     $ rails db:create && rails db:migrate 
    
     $ rails s
    

TO-DO

  • Authentication
  • Editable records
  • Key bindings for creatiion and aphabet change
  • Given a word, a meaning is to be inputed by user. Machine will predict if the meaning is correct or not with certain confidense level that would be fed back to user.
  • A timed, continuous word predicing game