A simple Svelte application that transforms pasted text with uppercase, lowercase, and capitalization functions. The transformed text is automatically copied to your clipboard, allowing for quick and easy text formatting.
To run this app locally, follow the steps below.
Make sure you have Node.js and npm installed.
Clone the repository:
git clone https://github.com/yffaffy/text-transformer.git
Navigate into the project directory:
cd text-transformer
Install the dependencies:
npm install
Start the development server:
npm run dev
The app will be running at http://localhost:5173 by default. Open this URL in your browser to use the Text Transformer.
This project is licensed under the MIT License.