richardrowe / shuffle

A mobile flash card application that intelligently serves you information you want to remember.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shuffle Build Status

This project is a flash card application that intelligently serves you information you want to remember.

Built on top of Ionic, this is a hybrid HTML5 application meant to be run via PhoneGap or Cordova, and not as a web application.

Current Features

  • RESTful API to provide the client with decks and cards
  • Work in progress, lots of bugs and missing features

Soon

  • A user bundle that supports Facebook
  • Token authentication for our REST API, likely through WSSE
  • Implement in-memory caching on the server for API requests
  • API version should be set in the header
  • Ability to work with your own decks offline on the client
  • Implement Leitner algorithm for more efficient learning
  • Ability to subscribe to another person's deck of cards (see Spotify's playlists)

Screenshots

Shuffle deck index

Shuffle learn index

API Documentation

http://localhost/api/doc

Bug tracking

Shuffle uses GitHub issues. If you have found bug, please create an issue.

Credits

liuggio for his brilliant tutorial on building RESTful APIs with Symfony 2. Lots of good ideas and a great starting point.

About

A mobile flash card application that intelligently serves you information you want to remember.


Languages

Language:JavaScript 77.8%Language:CSS 18.2%Language:PHP 3.9%