Skip to content

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

License

Notifications You must be signed in to change notification settings

mateusfg7/text-tools

Repository files navigation

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: