The most advanced text formatting tool built with React
See it Live https://text-formatting-tool-6722790c2678.herokuapp.com/
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.
- 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.
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/aashirpersonal/text-formatting-tool.git cd text-formatting-tool -
Install dependencies:
npm install
To start using the text formatting tool locally:
-
Run the development server:
npm start
Open http://localhost:3000 to view it in your browser. The page will reload when you make changes.
-
Build for production:
npm run build
This will build the app for production to the
buildfolder. It correctly bundles React in production mode and optimizes the build for the best performance.
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.
Contributions are welcome! Please open an issue or submit a pull request with any changes.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-branch
- Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for more information.

