TextUtils is a simple React application that leverages React Router, Bootstrap, and React Hooks (specifically, useState) to provide a user-friendly interface for text manipulation.
-
Text manipulation functions:
- Uppercase
- Lowercase
- Clear formatting
-
Responsive design using Bootstrap for a seamless user experience.
-
Built with React Hooks, including useState for efficient state management.
-
Clone the repository to your local machine:
-
Start with Live server VS code extension
Contributions are welcome! Please follow these steps to contribute to the project:
1.Fork the repository.
2.Create a new branch for your feature or bug fix: git checkout -b feature-name.
3.Make your changes and commit them: git commit -m 'Description of your changes'.
4. Push your changes to the branch: git push origin feature-name.
5.Create a pull request on GitHub.