Skip to content

satyajeet-rajupali/Text-Ananlyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text-Analyzer

Text-Analyzer is a dynamic text analysis website hosted on Firebase, offering a suite of powerful text manipulation tools. Users can effortlessly convert text between lowercase and uppercase, eliminate excessive spaces, and access real-time word and character count. Additionally, the website includes a robust spellchecker with spell suggestions. To enhance user experience, I implemented both dark and light modes for accessibility and customization.

Github file size

textAnalyzer

Live Demo

Link

Setup

Goto the project folder and install required dependencies:

npm install

And run Webpack to watch for code changes and bundle js and scss files:

npm start

Project will be automatically open at http://localhost.com:3000

For production build:

npm run build

Give it a ⭐ if you like it.