https://github.com/BrookJeynes/oxycards
A quiz card application built within the terminal.
https://github.com/BrookJeynes/oxycards
Last synced: 11 months ago
JSON representation
A quiz card application built within the terminal.
- Host: GitHub
- URL: https://github.com/BrookJeynes/oxycards
- Owner: BrookJeynes
- License: mit
- Created: 2023-01-29T12:36:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:08:07.000Z (over 1 year ago)
- Last Synced: 2025-04-04T11:42:17.882Z (12 months ago)
- Language: Rust
- Homepage: https://brookjeynes.github.io/oxycards/
- Size: 1.1 MB
- Stars: 23
- Watchers: 3
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ratatui - oxycards - Quiz card application built within the terminal. (đģ Apps / đšī¸ Games and Entertainment)
README
# Oxycards - Terminal based quiz cards
Oxycards is a quiz card application built within the terminal.
## Screenshots

## Features
- Create quiz cards in markdown
- Variety of card types
- Multiple choice
- Multiple answer
- Flashcard
- Fill in the blanks
- Place in the correct order
## Links
- [Documentation](https://brookjeynes.github.io/oxycards/)
- [Installation](https://brookjeynes.github.io/oxycards/installation)
## Roadmap
- [x] Complete all basic card types
- [x] Multiple choice
- [x] Multiple answer
- [x] Flashcard
- [x] Fill in the blanks
- [x] Place in the correct order
- [x] Read in card input file from command line
- [x] Release on distribution platforms for easy install
- [ ] Allow users to change certain settings via a config file
- [ ] Add spaced repetition
- [ ] Website for users to share their decks
#### Attributions
This application was heavily inspired by [hascard](https://github.com/Yvee1/hascard).