Skip to content

Textify is a user-friendly text editor developed using React, designed to simplify text manipulation tasks while offering a comfortable viewing experience.

Notifications You must be signed in to change notification settings

Alina-Saqib/React-TextEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Textify - React Text Editor

Textify is a simple yet powerful text editor built using React. It allows users to perform various text manipulation tasks, such as capitalizing text, removing spaces, and counting words. Additionally, Textify features both dark and light modes for a comfortable user experience in different lighting environments.

Features

  • Text Capitalization: Easily change the case of your text with options for uppercase, lowercase.

  • Space Removal: Remove extra spaces from your text, ensuring clean and consistent formatting.

  • Word and character Count: Get an accurate count of the words and characters in your text, helping you keep track of your content length.

  • Dark and Light Modes: Toggle between dark and light modes to suit your preferences and the lighting conditions.

Installation

  1. Clone this repository to your local machine using:

    git clone https://github.com/yourusername/textify.git
    
  2. Navigate to the project directory:

    cd React-TextEditor
    
  3. Install the required dependencies:

    npm install
    
  4. Start the development server:

    npm start
    
  5. Open your web browser and go to http://localhost:3000 to access Textify.

Usage

  1. Enter or paste your text into the input area.

  2. Choose the desired text manipulation options.

  3. To toggle between dark and light modes, click the mode switch located at the top right corner of the editor.

  4. Enjoy your well-formatted and properly manipulated text!

About

Textify is a user-friendly text editor developed using React, designed to simplify text manipulation tasks while offering a comfortable viewing experience.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published