Git Product home page Git Product logo

textutils-react's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

textutils-react's Issues

Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform

A page or script is accessing at least one of navigator.userAgent, navigator.appVersion, and navigator. platform. In a future version of Chrome, the amount of information available in the User Agent string will be reduced.

To fix this issue, replace the usage of navigator.userAgent, navigator.appVersion, and navigator. platform with feature detection, progressive enhancement, or migrate to navigator. userAgentData.

A New Bug Found

In Your Text Utils when we press enter and start writing a new word, Your text utils doesn't not recognises those words...
Line 64 and 65 in TextFrom.js,

<p>{text.split(" ").length} words and {text.length} characters</p>
 <p>{0.008 *  text.split(" ").length} Minutes read</p>

you need to split and filter some things here ('filtering you already did but no commited the code yet as of now.'). you need to split things with "\n" as well (i guess by looping all of splitted and filtered by ' ').

I Don't have great Knowledge abt javascript but i have developed some websites in python-django...

Thanks For Your Great Tutorials ๐Ÿ˜Š.

this issue is coming when i am trying to run the code

Error: error:0308010C:digital envelope routines::unsupported
at new Hash (node:internal/crypto/hash:68:19)
at Object.createHash (node:crypto:138:10)
at module.exports (D:\Desktop\TextUtils-React\node_modules\webpack\lib\util\createHash.js:135:53)
at NormalModule._initBuildHash (D:\Desktop\TextUtils-React\node_modules\webpack\lib\NormalModule.js:417:16)
at D:\Desktop\TextUtils-React\node_modules\webpack\lib\NormalModule.js:452:10
at D:\Desktop\TextUtils-React\node_modules\webpack\lib\NormalModule.js:323:13
at D:\Desktop\TextUtils-React\node_modules\loader-runner\lib\LoaderRunner.js:367:11
at D:\Desktop\TextUtils-React\node_modules\loader-runner\lib\LoaderRunner.js:233:18
at context.callback (D:\Desktop\TextUtils-React\node_modules\loader-runner\lib\LoaderRunner.js:111:13)
at D:\Desktop\TextUtils-React\node_modules\babel-loader\lib\index.js:59:103 {
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.