TextChef is a simple text manipulation tool built using React. It allows users to perform various operations on text such as clearing, copying, pasting, converting to uppercase or lowercase, and removing extra spaces. Additionally, it provides a summary of the text including the number of lines, words, and characters.
- Clear: Clears the text input.
- Copy: Copies the text to the clipboard.
- Paste: Pastes text from the clipboard into the input area.
- Convert to Upper Case: Converts the text to uppercase.
- Convert to Lower Case: Converts the text to lowercase.
- Remove Extra Spaces: Removes extra spaces from the text.
- Text Summary: Provides a summary of the text including the number of lines, words, and characters.
- Dark Mode: Toggle between light and dark modes.
- Use the navigation bar to switch between Home, About, and Contact pages.
- Type or paste your text into the text area on the Home page and use the provided buttons to manipulate the text.
- Toggle between light and dark modes using the switch in the navigation bar.
Tip
🛠️ Browse the Code 🛠️
Tip
Explore the full functionality of TextChef and experience seamless text manipulation!