Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hachirosan/ankibee
🐝 App for creating Anki spelling bee cards with audio pronunciation. Built with Nextron.
https://github.com/hachirosan/ankibee
anki desktop-app education electron nextjs spaced-repetition spelling-bee tailwindcss typescript
Last synced: 6 days ago
JSON representation
🐝 App for creating Anki spelling bee cards with audio pronunciation. Built with Nextron.
- Host: GitHub
- URL: https://github.com/hachirosan/ankibee
- Owner: HachiroSan
- License: gpl-3.0
- Created: 2025-02-02T00:13:29.000Z (8 days ago)
- Default Branch: master
- Last Pushed: 2025-02-02T00:29:28.000Z (8 days ago)
- Last Synced: 2025-02-02T01:22:37.786Z (8 days ago)
- Topics: anki, desktop-app, education, electron, nextjs, spaced-repetition, spelling-bee, tailwindcss, typescript
- Language: HTML
- Homepage: https://github.com/HachiroSan/ankibee/releases/latest
- Size: 640 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Tired of struggling with spelling bee preparation?
#### Frustrated by inconsistent practice methods and scattered resources?AnkiBee is a desktop application designed to streamline spelling bee training through intelligent flashcard creation and comprehensive audio pronunciation practice. Built on top of [Anki](https://apps.ankiweb.net/)'s powerful spaced repetition system, it combines proven memory techniques with specialized spelling bee training features to help teachers and students achieve competition success.
![]()
## Features
### Card Generation
- Automated flashcard creation for spelling bee practice
- Intelligent word definition fetching
- Configurable audio pronunciation sources### Audio System
- Integration with Google Dictionary API
- Support for custom audio uploads
- Real-time audio waveform display### Batch Operations
- Multi-word import functionality
- Duplicate entry prevention
- Parallel audio processing## Installation
### Download
**Windows**
- [Installer](https://github.com/HachiroSan/ankibee/releases/download/v1.1.0/AnkiBee-Setup-1.1.0.exe)
- [Portable Version](https://github.com/HachiroSan/ankibee/releases/latest/download/AnkiBee-1.1.0.exe)View all releases on the [releases page](https://github.com/HachiroSan/ankibee/releases).
### Development Setup
```bash
# Repository
git clone https://github.com/HachiroSan/ankibee
cd ankibee# Dependencies
yarn install# Development
yarn dev# Production Build
yarn build
```## Technology Stack
| Technology | Purpose |
|------------|---------|
| Electron | Cross-platform desktop runtime |
| Next.js | React framework for UI |
| TypeScript | Type-safe development |
| Tailwind CSS | Utility-first styling |## Building
To create a production build:
```bash
yarn build
```The packaged application will be available in the `dist` directory.
## License
This software is licensed under the [GNU General Public License v3.0](LICENSE). Users are free to use, modify, and distribute this software under the terms specified in the GPL-3.0 license.