Skip to content

Aeropress recipe timer built with Rust and WebAssembly 🚀

Notifications You must be signed in to change notification settings

iCodeIN/aeropress

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AeroPress timer

Small website for following an AeroPress recipe along with a timer.

This is built with Rust and WebAssembly.

I've used the Yew framework, which uses many familiar concepts from React, Elm, and Redux.

Running

For development:

cargo web start

For production:

cargo web deploy

Deploy to now

sh deploy.sh
TODO
  • Experiment with adding a bundler to further optimise the static bundle
  • Add a full recipe view
  • Add a way of creating more recipes
    • Use local storage to save the recipes
  • Try adding some test

About

Aeropress recipe timer built with Rust and WebAssembly 🚀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 62.3%
  • HTML 18.6%
  • JavaScript 14.3%
  • CSS 3.7%
  • Shell 1.1%