Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutotnh/is-x-coins
https://github.com/yutotnh/is-x-coins
bun github-pages react typescript vite
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yutotnh/is-x-coins
- Owner: yutotnh
- Created: 2024-02-12T14:13:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T23:20:01.000Z (7 months ago)
- Last Synced: 2024-06-25T00:29:33.422Z (7 months ago)
- Topics: bun, github-pages, react, typescript, vite
- Language: TypeScript
- Homepage: https://yutotnh.github.io/is-x-coins/
- Size: 257 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isXCOINS
Please visit [isXCOINS](https://yutotnh.github.io/is-x-coins/).
## How to use
1. Open [isXCOINS](https://yutotnh.github.io/is-x-coins/).
2. Input the price and count of coins.
3 Check the result.
## Development
### Install
```bash
git clone [email protected]:yutotnh/is-x-coins.git
cd is-x-coins
bun install
```### Run
```bash
bun dev # Please open http://localhost:5173 in your browser.
```### Build
```bash
bun build
```