All Projects → tenhobi → flashcards

tenhobi / flashcards

Licence: MIT License
FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project

Programming Languages

dart
5743 projects
HTML
75241 projects
CSS
56736 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to flashcards

anki-md
A markdown to anki flash cards converter
Stars: ✭ 22 (-37.14%)
Mutual labels:  flashcards
files2flashcards
Keep your flashcards rooted in the context of your notes
Stars: ✭ 28 (-20%)
Mutual labels:  flashcards
StudyMD
Flashcards from Markdown. Built with React and Electron
Stars: ✭ 92 (+162.86%)
Mutual labels:  flashcards
ScienceNotebooks
Collection of tools and stylesheet for scientific writting and learning (through Anki)
Stars: ✭ 43 (+22.86%)
Mutual labels:  flashcards
parse server dart
Parse Server SDK for dart and flutter
Stars: ✭ 25 (-28.57%)
Mutual labels:  angulardart
bem-flashcards
Simple single-page flashcards application based on the bem-core/bem-history and BEM methodology
Stars: ✭ 19 (-45.71%)
Mutual labels:  flashcards
mpvacious
Adds mpv keybindings to create Anki cards from movies and TV shows.
Stars: ✭ 286 (+717.14%)
Mutual labels:  flashcards
anki-add-hooks-userscripts
Automate Anki card creation from popular translation websites
Stars: ✭ 17 (-51.43%)
Mutual labels:  flashcards
fla.sh
💥 flashcards in your terminal
Stars: ✭ 99 (+182.86%)
Mutual labels:  flashcards
glips
screen clip to gif on web
Stars: ✭ 18 (-48.57%)
Mutual labels:  angulardart
Flashcard-Maker-Android
Flashcard Maker is a study app that helps to create e-flashcards. It is more convenient to have flashcards on your phone so that you don't carry all the paperwork. You can prepare flashcards in your PC as CSV file and import it from the app.
Stars: ✭ 55 (+57.14%)
Mutual labels:  flashcards
speed-focus-mode
Speed Focus Mode add-on for Anki
Stars: ✭ 19 (-45.71%)
Mutual labels:  flashcards
ForgetMeNot
A flashcard app for Android.
Stars: ✭ 234 (+568.57%)
Mutual labels:  flashcards
obsidian-spaced-repetition
Fight the forgetting curve by reviewing flashcards & entire notes on Obsidian.md
Stars: ✭ 667 (+1805.71%)
Mutual labels:  flashcards
2anki.net
Server to create Anki flashcards faster, easier and better today ⭐️
Stars: ✭ 190 (+442.86%)
Mutual labels:  flashcards
Go-Flashcards
Go Flashcards for iOS and WatchOS - Official repository
Stars: ✭ 60 (+71.43%)
Mutual labels:  flashcards
wallpaper-learn
Learn languages, facts, schoolwork, and more from your wallpaper by setting a cycling background with computer-generated images.
Stars: ✭ 22 (-37.14%)
Mutual labels:  flashcards
anki-mode
An Emacs major mode for creating anki cards
Stars: ✭ 47 (+34.29%)
Mutual labels:  flashcards
angular cli
No description or website provided.
Stars: ✭ 64 (+82.86%)
Mutual labels:  angulardart
STMQRCode
QR code generator for STM32F407
Stars: ✭ 23 (-34.29%)
Mutual labels:  flashcards

FlashCards

Build Status

Software team project with a goal to develop a multiplatform (i.e. web & android & iOS) flashcards learning app.

Contributing

Spotted an error? Something doesn't make sense? You have an excellent idea? Open an issue, but please, don't submit PRs. This project is curently developed as a part of software team project at the Faculty of Information Technology, CTU, so we will not accept your PRs.

Getting Started

The project has been written in Dart with AngularDart and Flutter frameworks. This makes project setup very simple. This project contains from 3 separate sub-projects—for common shared stings, AngularDart and Flutter.

For either AngularDart and Flutter you need the Dart SDK & package manager and you have to download dependencies in the bussiness logic project (common/) using pub get command.

Make sure you have Dart 2 installed (dev channel).

AngularDart

To set up AngularDart project, you have to move into angular/ directory and run pub get command to download all dependencies.

To run the project, you can simply use the pub run build_runner serve command. For more options on how to run the project, check the Angular README.

Flutter

To set up Flutter project, you will need some prerequisites, i.e. the Flutter SDK—for running the mobile app—and the Android emulator, iOS emulator or a physical mobile device. Make sure you are all good with Flutter using the flutter doctor command.

To run the project, you can simply use the flutter run command.

Changelog

License

Licensed under the MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].