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)
|-- 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
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.
git clone https://github.com/sagar-shiroya/react-text-utils.git
(Clone it in your local)npm install
(Installing dependencies)npm run start
(Run an application)