Skip to content

aashirpersonal/text-formatting-tool

Repository files navigation

Text Formatting Tool

The most advanced text formatting tool built with React

See it Live https://text-formatting-tool-6722790c2678.herokuapp.com/

screely-1721844509954 screely-1721844587251

Table of Contents

Introduction

The Text Formatting Tool is a powerful and intuitive web application designed to simplify text formatting tasks. Built with React, this tool offers a variety of formatting options to help users style their text efficiently and effectively.

Features

  • Real-time Text Formatting: See changes as you make them.
  • Multiple Formatting Options: Includes bold, italics, underline, strikethrough, and more.
  • User-friendly Interface: Easy to use with a clean, responsive design.
  • Customizable: Easily extendable with additional features.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/aashirpersonal/text-formatting-tool.git
    cd text-formatting-tool
  2. Install dependencies:

    npm install

Usage

To start using the text formatting tool locally:

  1. Run the development server:

    npm start

    Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.

  2. Build for production:

    npm run build

    This will build the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.

Scripts

In the project directory, you can run the following scripts:

  • npm start: Runs the app in the development mode.
  • npm test: Launches the test runner in the interactive watch mode.
  • npm run build: Builds the app for production.
  • npm run eject: Removes the single build dependency from your project.

Contributing

Contributions are welcome! Please open an issue or submit a pull request with any changes.

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature-branch
  3. Commit your changes:
    git commit -m 'Add some feature'
  4. Push to the branch:
    git push origin feature-branch
  5. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more information.

About

most advanced text formatting tool built with react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors