Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Text Case Converter App with Light and Dark Mode #537

Closed
mansi066 opened this issue Jan 15, 2025 · 3 comments · Fixed by #556
Closed

Text Case Converter App with Light and Dark Mode #537

mansi066 opened this issue Jan 15, 2025 · 3 comments · Fixed by #556
Assignees
Labels
BEGINNER enhancement New feature or request SWOC

Comments

@mansi066
Copy link
Contributor

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

  1. 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.
  2. 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.
Copy link
Contributor

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! 😊

Copy link
Contributor

Hello @mansi066! Your issue #537 has been closed. Thank you for your contribution!

1 similar comment
Copy link
Contributor

Hello @mansi066! Your issue #537 has been closed. Thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BEGINNER enhancement New feature or request SWOC
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants