1
1
Fork
You've already forked jokes
0
An app that remembers your jokes so you don't have to.
  • Rust 37.5%
  • Svelte 31%
  • CSS 19.8%
  • HTML 4.9%
  • JavaScript 3.5%
  • Other 3.3%
2023年07月04日 14:01:22 +09:30
.github/workflows Add GitHub workflows 2023年07月04日 13:51:05 +09:30
.vscode Commit current progress 2023年04月12日 10:20:37 +09:30
assets Update README.md 2023年05月11日 09:58:20 +09:30
src ♻️ Use camel case in Svelte and TypeScript files 2023年05月11日 10:21:00 +09:30
src-tauri 🔧 Package resource files with the app 2023年07月04日 14:01:22 +09:30
static Commit current progress 2023年04月12日 10:20:37 +09:30
.gitignore Initial commit 2023年04月12日 10:19:33 +09:30
.npmrc Commit current progress 2023年04月12日 10:20:37 +09:30
CONTRIBUTING.md 📚 Add CONTRIBUTING.md 2023年05月19日 13:41:04 +09:30
jokes.gaphor Update the gaphor diagram 2023年04月22日 21:27:44 +09:30
LICENSE Initial commit 2023年04月12日 10:19:33 +09:30
package.json Commit current progress 2023年04月12日 10:20:37 +09:30
pnpm-lock.yaml Commit current progress 2023年04月12日 10:20:37 +09:30
README.md Update README.md 2023年05月11日 10:13:53 +09:30
svelte.config.js Commit current progress 2023年04月12日 10:20:37 +09:30
tsconfig.json Commit current progress 2023年04月12日 10:20:37 +09:30
vite.config.js Commit current progress 2023年04月12日 10:20:37 +09:30

Jokes

An app that remembers your jokes so you don't have to.

Screenshots

A screenshot of the home page

Features

  • 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

Download

For now there are no pre-built binaries. In future Windows, macOS, and Linux builds will be provided.

Development

VS Code or VSCodium + Svelte + Tauri + rust-analyzer.

Development Server

Run the following command in the root directory to start the development server.

pnpm tauri dev

Build

Run the following command in the root directory to build the release build.

pnpm tauri build

License

Jokes is released under the GNU General Public License version 3.