Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rayriffy/sushiro
- Owner: rayriffy
- Created: 2022-04-19T17:44:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-07T10:29:36.000Z (5 months ago)
- Last Synced: 2024-10-11T13:27:06.606Z (27 days ago)
- Topics: calculator, sushi, sushiro, svelte
- Language: TypeScript
- Homepage: https://sushiro.rayriffy.com
- Size: 473 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).