This project is a POC to experiment with the idea of a node-based flashcard system. It is not intended to be a full-fledged product. The code is not o

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-06-15 02:30:03

This project is a POC to experiment with the idea of a node-based flashcard system. It is not intended to be a full-fledged product. The code is not optimized and may contain bugs.

Since I am currently busy with work and learning Japanese, I will probably not be able to maintain this project. If you are interested in this project, feel free to contact me for questions or collaboration.

The application is built very modularly, with extensibility and plugin support in mind. To achieve this, it uses dependency injection, services and various interfaces for different parts of the application.

Leave a Comment