Kodowg is a word inspired by the Japanese term “小道具” (which means “props”). We offer you nifty tools for those little tasks in life.
- Character Count: Counts the number of characters in a text, excluding newlines.
- QR Code Generator: Generates a QR code from a given text.
- Random Order: Randomizes the order of items in a list.
- Roulette: Selects a random item from a list, like a roulette wheel.
- Timer: A simple countdown timer.
-
Clone the repository:
git clone https://github.com/keisukewatanuki/kodowg.git cd kodowg -
Install tools: This project uses mise to manage tool versions. Install them by running:
mise install
-
Install dependencies:
pnpm install
pnpm dev: Starts the development server.pnpm build: Builds the application for production.pnpm preview: Previews the production build.pnpm test: Runs the end-to-end tests.pnpm lint: Checks for linting and formatting issues.pnpm format: Automatically formats the code.pnpm check: Runs static type-checking.