Skip to content

abdarker/text-analyzer

Repository files navigation

Live Preview

Preview App Link Text Analyzer

How To Use

git clone https://github.com/abdarker/text-analyzer
cd text-analyzer
npm install
npm run start

To Deploy Production

npm run build
serve -s build

Functionality

  1. Convert text to Title Case
  2. Convert text to UPPERCASE
  3. Convert text to lowercase
  4. Copy to Clipboard the text
  5. Reading speed
  6. Word counter
  7. Reverse the text
  8. Remove extra whitespace

To make it PWA you have to do

  • Register Service Worker
  • Add menifest.json file
  • Add favicon
  • base url problem while testing PWA on chrome dev tool will be fixed if you build the project