/Text-Utilities

Text Utilities website is made using React.js. Text Utilities is a utility which can be used to manipulate your text in the way you want! You can change the text to uppercase, lowercase, capitalize the first letter, remove extra spaces, copy text & clear text. You also get a dark mode button to enhance the productivity.

Primary LanguageJavaScript

Text-Utilities

Text Utilities website is made using React.js. Text Utilities is a utility which can be used to manipulate your text in the way you want! You can change the text to uppercase, lowercase, capitalize the first letter, remove extra spaces, copy text & clear text. You also get a dark mode button to enhance the productivity.

Tech Stack

This app is created with React.js, react-router & react-hooks

Run Locally

Clone the project

  git clone https://github.com/AshAll-Rounder/Text-Utilities.git

Go to the project directory

  cd Text-Utilities

Install dependencies

  npm install or yarn

Start the server

  npm run start or yarn start