Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 633 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 633 Bytes

ReactJS Case Converter App

App Purpose:
This ReactJS application is a case converter tool that helps you convert text into different cases. In this app, you can convert text to uppercase, lowercase, title case, sentence case, and camel case.

How to Use:

  1. App Setup:

    • Install dependencies by typing npm install in the terminal.
    • Then run the application on a local server by typing npm start.
  2. Text Conversion:

    • Enter your desired text in the text input box.
    • Use the buttons below to convert the text into different cases.

License:
This project is licensed under the MIT license.`