Skip to content

TextUtils is a text counter and character utility which can be used to manipulate your text in the way you want.You can remove extra spaces, copy the manipulate text as well as convert your text from uppercase to lowercase and lowercase to uppercase and you can also reverse the your text with copy option

ErMapsh/react-Textutil-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this web app will show after deployment: https://ermapsh.github.io/react-Textutil-project/__

Light__ Dark__

React js Things

in this how i learn react js, thats all things are in this md file

Acknowledgements

Software are use for react js

Software are use for react js is node js. after installing we directly create sample react js application in js using [npx create-react-app [folder name]], after that we can run this application using [npm start], and application run on localhost everytime, we can use [npm run build] cmd for build production of model/stable model

Property and property Types :

Prop are send form app.js to components files using prefix shotform from react extension is easy to implement a code. we can set prop types as like that:

we can set prop-types using Proptyeps module if specific propType is required then we can use isRequired

Navbar.propTypes = { about.propTypes: string.isRequired, title.propTypes: string }

if we want default prop value Navbar.defaultProps = { about.propTypes: string, title.propTypes: string }

How to set State and change state, Handle Event

  • we use state hook from react
  • we cant change state of variable like normal variable, if we wan't to change then use change state updation.
  • like see < const [initialstate, initialstatechanged] = useState("Here this string is default value of initialstate, its may be string, int, float, boolean, object etc.") >
  • we can change initial state changed manually like < initialstatechanged("here the something that u want to change") >

Adding Logic in UtilsText

  • we add one more button for lowercase text.
  • adding preview for text that we paste/enter.
  • count word in string, count character in string and return how many time(minutes) for no of words to read in minutes

In Excercise1

  • i add copy to clipboard system in our web application
  • using state varible (type of hook) we can develop a web app

in Excercise 2

  • Dark mode enable disable fuction using hooks
  • add some fuction in textfrom
  • modified dark theme
  • Adding + Auto Dismissing Alert Messages
  • adding different themse and do small change in realeted to No of words in text
  • Changing title dynamically & adding favicons to TextUtils
  • React Router Setup (exact path is good way in ur app for ur endpoint)

NPM Deployment in github or free hosting

hosting using digital ocen

About

TextUtils is a text counter and character utility which can be used to manipulate your text in the way you want.You can remove extra spaces, copy the manipulate text as well as convert your text from uppercase to lowercase and lowercase to uppercase and you can also reverse the your text with copy option

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published