Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rayriffy/sushiro

PWA application to easily calculate cost of Sushiro meal simply by counting
https://github.com/rayriffy/sushiro

calculator sushi sushiro svelte

Last synced: 11 days ago
JSON representation

PWA application to easily calculate cost of Sushiro meal simply by counting

Awesome Lists containing this project

README

        

# Sushiro calculator

![Hero Image](./img/hero.jpg)

An easy-to-use calculator for counting Sushiro plates, and generating a QR code for Promptpay payment.

## Usage

Go to [sushiro.rayriffy.com](https://sushiro.rayriffy.com), and add this web page to your home screen. This will make it easier to access, and transform this web into a full application.

## Development

This project is built with [Svelte](https://svelte.dev), and [Vite](https://vitejs.dev). To start developing, you need to have Node.js installed on your machine, and running following command.

```bash
git clone [email protected]:rayriffy/sushiro.git
cd sushiro
pnpm i
pnpm dev
```

Development server will be running on [localhost:5173](http://localhost:5173).