Text Utility is a Single Page Application used to customize your text handy.
- Converting the text to UpperCase
- Converting the text to LowerCase
- Removing Extra spaces from chunks of paragrams
- Smooth preview of text letting you plan
- Word Count and Character Count embedded
- Time required to read the words
Steps given below:
-
Just
fork
this project (better for your own convenience). -
git clone
this project.
git clone https://github.com/<Your GitHub Username>/react-textutils
-
Make sure you've installed
node.js
. Make sure to install it from here. -
Hit your terminal in the cloned foler and run
npm i
.
npm i
- Now run
npm run start
.
npm run start
Please have a glimpse at CONTRIBUTING.md