Code Monkey home page Code Monkey logo

jlearn's Introduction

JLearn - Learn anything

JLearn is a flash card system which purpose is to be very easy to use and very efficient. You don't have to press enter or use your mouse, just type what you believe is the answer (or press space if you don't know it)

Jlearn is build on AngularJS. It's pretty easy to add new flash card decks, just create a file with an array containing the cards.

Here is a sample deck:

decks.push(
{
    name: 'Hiragana alphabet',
    description: 'Learn the Hiragana alphabet',
    fuzzy: true, // optional, if defined, the student will be able to toggle the fuzzy option
    cards: [
         {source: 'あ', target: 'a', 'hint' : 'the first letter of the alphabet'}, // you can add custom hint, if you don't, first letter will be given as a hint
         {source: 'か', target: 'ka'},
         {source: 'さ', target: 'sa'},
         {source: 'た', target: 'ta'},
         {source: 'な', target: 'na'},
         {source: 'は', target: 'ha'},
         {source: 'ま', target: 'ma'},
         {source: 'や', target: 'ya'}
    ]
});

Demo

Check it live at: http://youpinadi.github.com/jlearn

Contribute

Send me pull request with new decks! i'll be happy to merge them!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.