Giter Site home page Giter Site logo

exittrance / kanjimaru Goto Github PK

View Code? Open in Web Editor NEW
40.0 7.0 20.0 40.24 MB

Flashcard and Kanji writing Flutter App. Stopped working on this Project. Currently just a graveyard.

Kotlin 0.21% Swift 0.68% Objective-C 0.06% Dart 99.04%
flutter flashcard-application firestore flashcard kanji kanji-writing sm2

kanjimaru's People

Contributors

exittrance avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

kanjimaru's Issues

Implement Quizzes

Quizzes will allow better retention of material, and allow some more reading practice at the same time (especially Katakana). Something akin to Memrise, where it's both JP -> ENG and ENG -> JP.

Deserialize the JSON JP Dictionary and Graphics

Use the following snippet as guideline.

import 'dart:convert';

void main() {
  String json = '{"characters": [{"char":"1","sm":"1"},{"char":"2","sm":"2"},{"char":"3","sm":"3"}]}';
  //var encoded = jsonEncode(json);
  var characters = jsonDecode(json)['characters'];
  var map1 = Map.fromIterable(characters, key: (e) => e['char'], value: (e) => {'char': e['char'],'sm': e['sm']});
  print(map1['1']);
}

Add audio to learning and review system

As of now, the addition of audio is still something I'm thinking about. It's not something that will be added immediately, but is something that is required for smooth learning.

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.