An app that remembers your jokes so you don't have to.
- 150+ jokes (and growing)
- Generate random jokes
- Favorite jokes (however doesn't save yet; see #12)
- Browse jokes
- Filter jokes by all, favorited, and non-favorited
- Filter jokes out by tag
For now there are no pre-built binaries. In future Windows, macOS, and Linux builds will be provided.
VS Code or VSCodium + Svelte + Tauri + rust-analyzer.
Run the following command in the root directory to start the development server.
pnpm tauri dev
Run the following command in the root directory to build the release build.
pnpm tauri build
Jokes is released under the GNU General Public License version 3.