TextUtils is text utility application created in React. Application allows user to do basic text analysis like word count, character count, toUppercase, toLowercase, etc.
Client: React, TailwindCSS
Clone the repo
git clone https://github.com/Divyanshu23/textutils.git
Install node modules and start React Dev Server
npm i
npm run start