Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 2.37 KB

README.md

File metadata and controls

64 lines (42 loc) · 2.37 KB

Basic Text Utils App

This project is built on latest React Js. It showcases basics of React. You can have fun using this app in case you are starting to learn React Js. Just fork this app and start playing with it. Try to add additional functionalities and give power to this app as you proceed.

Functionalities this app supports -

  • Can change text cases
    • Lowercase
    • Uppercase
    • Titlecase
  • Find and Replace words
  • Compute Selection of words as well!
  • Show text details on the go as you type
    • Words count
    • Characters count
    • Sentences count
    • Reading Time
    • Speaking Time
    • Selected Text

Some glimpse of the application

Screenshot 2023-04-13 at 19 48 28

Screenshot 2023-04-13 at 19 49 06

Screenshot 2023-04-13 at 19 49 46

Screenshot 2023-04-13 at 19 51 39

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.