TextCase Master is a web application developed with React.js that provides a range of text manipulation features and includes a basic calculator. With its intuitive user interface and versatile functionality, TextCase Master aims to streamline text editing tasks and facilitate basic calculations for users.
- Change text cases (uppercase, lowercase, title case, sentence case).
- Remove extra spaces between provided text.
- Display number of words and characters in the input text.
- Integrated calculator for basic mathematical calculations.
- Dark mode and light mode for customizable user experience.
- React.js
- HTML/CSS
- BootStrap
- JavaScript
To run TextCase Master locally on your machine, follow these steps:
- Clone this repository to your local machine.
- Navigate to the project directory in your terminal.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open your web browser and visit
http://localhost:3000
to view TextCase Master.
- Input Text: Enter the text you want to manipulate or perform calculations on in the provided text area.
- Text Manipulation: Use the buttons to change text cases, remove extra spaces, and view word and character counts.
- Calculator: Use the calculator panel to perform basic mathematical calculations.
- Dark/Light Mode: Toggle between dark mode and light mode for a customized user experience.
Contributions to TextCase Master are welcome! If you have any ideas for new features, improvements, or bug fixes, please open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- This project was inspired by the need for a simple yet powerful tool for text manipulation and basic calculations.
- Special thanks to the React.js community for providing valuable resources and documentation.