Skip to content

biasedzeus/text-formatter-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Formatter And Analyzer

A React App to analyze text paragraphs and to format the text also.

Features of the App :

  • Count the the number of words
  • estimate the time to read the whole text.
  • Convert all to upperCase or LowerCase.
  • and to remove whitespaces
  • and to copy the result to the clipboard

Libraries Used :

  • 🔴 React JS
  • 🔴 React-Router-Dom
  • 🔴 BootStrap

Light Mode

image

Dark Mode

image

Theme Toggler

image

By default, the App will have a theme applied based on the system's default theme.

By Using , Toggle switch we also change the theme of Toastify.

Toastify - Light Theme

image

Toastify - Dark Theme

image