https://github.com/josephmawa/egghead
A simple trivia desktop app
https://github.com/josephmawa/egghead
linux-app linux-desktop-app opentdb-api trivia trivia-game trivia-quiz-game
Last synced: 3 months ago
JSON representation
A simple trivia desktop app
- Host: GitHub
- URL: https://github.com/josephmawa/egghead
- Owner: josephmawa
- License: gpl-3.0
- Created: 2024-12-08T18:45:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T19:23:56.000Z (3 months ago)
- Last Synced: 2025-03-12T20:27:11.148Z (3 months ago)
- Topics: linux-app, linux-desktop-app, opentdb-api, trivia, trivia-game, trivia-quiz-game
- Language: JavaScript
- Homepage: https://flathub.org/apps/io.github.josephmawa.Egghead
- Size: 652 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
![]()
Egghead
Learn while having fun
![]()
![]()
![]()
![]()
Egghead is simple trivia app. The quiz is sourced from [Open Trivia Database](https://opentdb.com/).
## Main features
- Download quiz from API
- Save the downloaded quiz
- Attemp the downloaded quiz
- Switch to dark, light or system mode## Contributing
If you find this app useful, do consider contributing. If you are wondering how,
you can contribute in the following ways:- Star the project repository on GitHub
- Report bugs if you encounter some. There are probably a handful of them.
- You can also contribute code. If it is a bug fix, do open a pull request(PR). However,
if it is a new feature, first open an issue so that we discuss it before opening
a PR.## Run project locally
1. Download [GNOME builder](https://flathub.org/apps/org.gnome.Builder). It's the
fastest way to get up and running.
1. Use GNOME builder to clone this project to your local machine. The
Clone Repository button is at the bottom of the GNOME builder Welcome
screen.
1. Use the Shift + Ctrl + Space keyboard
combination to run the project after opening it in GNOME builder. You can also
use the ▶ button at the top.
## Translation
The quiz is sourced from [Open Trivia Database](https://opentdb.com/) in English.
Even if the app UI is translated, the quiz will still remain in English.
Therefore, I don't think it makes sense to translate the app.## License
Egghead is a [free software](https://www.gnu.org/philosophy/free-sw.html) and
will always be free. It is released under the terms of the
[GNU General Public License v3.0](./LICENSE).## Copyright
Copyright © 2025 [Joseph Mawa](https://github.com/josephmawa)