/TextUtils

TextUtils is a web app that allows you to perform various operations on text, such as converting to uppercase, lowercase, title case, removing punctuation, counting words and characters, etc. It is built using HTML, CSS, Javascript and React Components.

Primary LanguageJavaScript

TextUtils

TextUtils is a web app that allows you to perform various operations on text, such as converting to uppercase, lowercase, title case, removing punctuation, counting words and characters, etc. It is built using HTML, CSS, Javascript and React Components.

How to use

You can clone this repository or download it as a zip file. Then, run the following commands in your terminal:

cd TextUtils
npm install -g npm
npm run start

This will start a local server on port 8000. You can then open http://localhost:8000 in your browser. You can also view the live demo of the app by clicking here.

Features

  • Text input and output
  • Text analysis and statistics
  • Text manipulation and conversion
  • Bootstrap 4
  • React Components

Screenshots

Light Mode

Light mode

Dark Mode

Dark mode

Credits

This project is inspired by React Js Tutorials in Hindi youtube course by CodeWithHarry. I highly recommend checking out their course if you want to learn more about web development.