- The main objective of this application to help the user to count number of characters, words of there text. Removing extra spaces, Extracting emails and converting text to lowercase or uppercase.
Client: ReactJS
Design: Bootstrap
Language: Javascript
https://tanalyzer-site.netlify.app/
Clone the project
git clone https://github.com/sailendrachettri/t-analyzer.git
Go to the project directory
cd t-analyzer
Install dependencies
npm i
Start the Server
npm start
- Remove extra spaces
- Count number of words in your text file
- Converts into lowercase and uppercase latters
- Count number of characters, without spaces and with spaces