You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The app will provide functionality to convert text to upper case, lower case, capitalize case, and remove extra spaces. Additionally, the app will feature both light and dark mode themes to enhance user experience.
Features
Text Case Conversion:
Upper Case Conversion: Convert input text to all upper case letters.
Lower Case Conversion: Convert input text to all lower case letters.
Capitalize Case Conversion: Capitalize the first letter of each word in the input text.
Remove Extra Spaces: Remove extra spaces from the input text.
Theme Mode:
Light Mode: Default light theme for a clean and bright user interface.
Dark Mode: Optional dark theme for a comfortable viewing experience in low-light conditions.
Technology Stack
Frontend:
React.js: JavaScript library for building user interfaces.
CSS: Styling for light and dark mode themes.
JavaScript: Logic for text case conversions.
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue! We'll look into it as soon as possible. Please ensure that the issue is not duplicate, and you read CONTRIBUTING.md carefully. Your contributions are highly appreciated! 😊
Introduction
The app will provide functionality to convert text to upper case, lower case, capitalize case, and remove extra spaces. Additionally, the app will feature both light and dark mode themes to enhance user experience.
Features
Text Case Conversion:
Theme Mode:
Technology Stack
The text was updated successfully, but these errors were encountered: