Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.86 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.86 KB

A collection of text transform tools, like change string case, get text statistics, generate hashes, and more!

screenshots

Features

Development & Contributing

This project is built with Next.js, a React framework and Bun runtime. For styling, it uses TailwindCSS and shadcn/ui.

For code styles, it uses ESLint and Prettier. Also keep the conventional commits pattern for commit messages.

The tests are written with Bun Test.

Installation

bun install

Start dev server

bun dev

refs: