Altair-Bueno / rquote

Anime quote web app that fetches data from Animechan (https://animechan.vercel.app/)

Home Page:https://rquote.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

Rquote

Rquote is a web application built using Rust and WebAssembly. It fetches Anime quotes from the Animechan API. You can check it out at https://rquote.vercel.app/

How to build

Pre-requisites

Build website

  1. Install python3 or later
  2. Install chevron
  3. Run python build.py on the root directory to compile the index.html template

Now you can use Trunk to build Rquote

# To open a local development server
trunk serve --open

# Release build (destination `dist/` folder)
trunk build --release

Debug builds are faster to compile, but they are significantly slower.

Technologies

More info

Credits

Quote icons created by Freepik - Flaticon

About

Anime quote web app that fetches data from Animechan (https://animechan.vercel.app/)

https://rquote.vercel.app/

License:MIT License


Languages

Language:Rust 96.2%Language:Mustache 2.7%Language:Python 1.1%