Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/BrookJeynes/oxycards
A quiz card application built within the terminal.
https://github.com/BrookJeynes/oxycards
Last synced: 2 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T20:08:07.000Z (3 months ago)
- Last Synced: 2024-11-02T02:03:10.930Z (7 days ago)
- Language: Rust
- Homepage: https://brookjeynes.github.io/oxycards/
- Size: 1.1 MB
- Stars: 20
- 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
![App demo](https://user-images.githubusercontent.com/25432120/222114920-a4fe8ade-7eb5-4aa2-8732-dc6675b7526b.gif)
## 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).