Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1weiho/mahjong-scoreboard
https://github.com/1weiho/mahjong-scoreboard
react tailwind typescript vite
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/1weiho/mahjong-scoreboard
- Owner: 1weiho
- Created: 2023-01-26T15:48:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-08T14:32:32.000Z (about 2 years ago)
- Last Synced: 2025-01-31T00:08:31.269Z (12 days ago)
- Topics: react, tailwind, typescript, vite
- Language: TypeScript
- Homepage: https://mahjong-scoreboard.vercel.app
- Size: 3.02 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![banner](https://user-images.githubusercontent.com/75478661/215185929-02cecafa-a95d-4427-ab55-d73018d3d964.png)
# Mahjong Scoreboard
A web-based scoreboard for Taiwanese Mahjong that enables users to save data on their browser and export it for further use.
## Technologies
- Vite
- React
- Typescript
- Tailwind CSS## Setup Project
```bash
# install dependencies
npm install# run in localhost:5173/mahjong-scoreboard
npm run dev
```