Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 650 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 650 Bytes

🔃 Text transform tool

License: MIT

A simple text transformation tool for switching between sentence, capital, lower and upper case built with JavaScript

Demo

You can have a look on https://nardoyala.github.io/text-transform-tool/

Screenshot

Installation

Clone this repo and npm install

npm i

Usage

Development server

npm start

You can view the development server at localhost:8080.

Production build

npm run build