A simple text transformation tool for switching between sentence, capital, lower and upper case built with JavaScript
You can have a look on https://nardoyala.github.io/text-transform-tool/
Clone this repo and npm install
npm inpm startYou can view the development server at localhost:8080.
npm run build