Skip to content

Textutils gives you a way to analyze your text quickly and efficiently, word count, character count or reading time.

Notifications You must be signed in to change notification settings

sagar-shiroya/react-text-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Text Utils App

Netlify Firebase React Bootstrap NPM

Browse app here: react-text-utils

Below concepts has been used while building this app:

  • JSX
  • Rendering Elements
  • Function based components
  • Props
  • PropTypes
  • DefaultProps
  • Event Handling
  • useState hook
  • Bootstrap(UI)

Folder Structure

|-- README.md
|-- package-lock.json
|-- package.json
|-- public
|   |-- favicon-16x16.png
|   |-- favicon-32x32.png
|   |-- favicon-96x96.png
|   |-- favicon.ico
|   |-- index.html
|   |-- manifest.json
|   `-- robots.txt
`-- src
    |-- App.css
    |-- App.js
    |-- App.test.js
    |-- components
    |   |-- About.js
    |   |-- Alert.js
    |   |-- Footer.js
    |   |-- Navbar.js
    |   `-- TextForm.js
    |-- index.css
    |-- index.js
    |-- logo.svg
    |-- reportWebVitals.js
    `-- setupTests.js

About an app

Textutils gives you a way to

  • analyze your text quickly and efficiently
  • word count,
  • character count or
  • reading time

This word counter software works in any web browsers such as Chrome, Firefox, IE, Safari, Opera.

It suits to count characters in Facebook, Blog, Books, Excel Document, PDF Document, Essays etc.

Follow below steps to configure it in your local

  1. git clone https://github.com/sagar-shiroya/react-text-utils.git (Clone it in your local)
  2. npm install (Installing dependencies)
  3. npm run start (Run an application)

Demo

image image

About

Textutils gives you a way to analyze your text quickly and efficiently, word count, character count or reading time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published