Skip to content

flickerbot/TextUtil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextUtils

TextUtils is a simple React-based website that allows users to perform various text manipulations on their input text.

Basic Functionality

  • Enter Your Text: Users can input any text they want to manipulate.

  • Convert to UPPERCASE: Converts the input text to uppercase.

  • Convert to LOWERCASE: Converts the input text to lowercase.

  • Copy Text: Copies the manipulated text to the clipboard.

  • Count Total Words and Characters: Provides the total count of words and characters in the input text.

  • Speed to Read Text: Estimates the time required to read the total text at approximately 0.008 minutes per word.

  • Preview of the Text: Displays a preview of the input text.

  • Dark / Light Mode Switch: Allows users to toggle between dark and light modes for better readability.

  • Variety in Dark Mode: Provides multiple color options for the dark mode to suit user preferences.

Technologies Used

  • React: A JavaScript library for building user interfaces.

  • JavaScript: The primary programming language used for the website's functionality.

  • HTML/CSS: Used for structuring and styling the website.

How to Use

  1. Clone the repository using git clone https://github.com/your-username/TextUtils.git

  2. Navigate to the project folder: cd TextUtils

  3. Install dependencies: npm install

  4. Start the development server: npm start

  5. Open the website in your browser: http://localhost:3000

Contributions

Contributions are welcome! If you find any bugs or have suggestions for improvements, feel free to create an issue or submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

This Site is hosted at https://marvelous-crepe-655050.netlify.app/# you can check out here!

About

Text Utility Website hosted on netlify can perform basic tasks like

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published