Git Product home page Git Product logo

flashcards's Introduction

Fk.Flashcards

A simple flashcard app.

Development

This was a monorepo with backend at one point, hence excuse the structure. For development of the frontend, checkout ui/README.md.

Roadmap

Release 1.0

  • ๐Ÿšง AR: Remove Backend
  • ๐Ÿšง AR: Cleanup Knowledge Base
  • ๐Ÿš€ Feature: Save Data in indexedDb
    • ๐Ÿ› Fix: Card Preview does not work
    • ๐Ÿš€ Feature: Import export
  • ๐Ÿš€ Feature: Make Learning functionality
    • ๐Ÿš€ Feature: Build the Hello new User Deck
    • ๐Ÿ› Fix: Make Language change work again
    • ๐Ÿ› Fix: Fix Desktop Mode
  • ๐Ÿ› Fix: Remove unused parts (in Manage)

Release 1.1 (Planning)

  • ๐Ÿš€ Feature: Add Deck pictures as blob to indexeddb (users can upload)
function encodeImageFileAsURL(element) {
  var file = element.files[0];
  var reader = new FileReader();
  reader.onloadend = function() {
    console.log('RESULT', reader.result)
  }
  reader.readAsDataURL(file);
  • ๐Ÿš€ Feature: Add Insights
    • ๐Ÿ’ก TODO: Add train/quiz data to insights, preserve the data
    • ๐Ÿ’ก TODO: Draw ideas of how insights could look like
    • ๐Ÿ’ก TODO: Draw ideas of insights could enrich train/quiz
// Insights Data could look like this
insights.decks[id].cards[id].quiz[session].good = true
insights.decks[id].cards[id].train[session].repeated = 5
insights.decks[id].cards[id].train[session].assessments[id] = Good
  • ๐Ÿšง AR: Replace Highcharts with d3.js

Future Releases

  • ๐Ÿšง AR: Publish in App Store

flashcards's People

Contributors

efkah avatar

Watchers

 avatar

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.