├── src
├── index.css
├── setupTests.js
├── App.test.js
├── reportWebVitals.js
├── components
│ ├── Alert.js
│ ├── Navbar.js
│ ├── TextForm.js
│ └── About.js
├── index.js
├── App.css
├── App.js
└── logo.svg
├── public
├── favicon.ico
├── robots.txt
├── favicon-16x16.png
├── favicon-32x32.png
├── favicon-96x96.png
├── manifest.json
└── index.html
├── .gitignore
├── package.json
└── README.md
/src/index.css:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/public/favicon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/TextUtils/HEAD/public/favicon.ico
--------------------------------------------------------------------------------
/public/robots.txt:
--------------------------------------------------------------------------------
1 | # https://www.robotstxt.org/robotstxt.html
2 | User-agent: *
3 | Disallow:
4 |
--------------------------------------------------------------------------------
/public/favicon-16x16.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/TextUtils/HEAD/public/favicon-16x16.png
--------------------------------------------------------------------------------
/public/favicon-32x32.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/TextUtils/HEAD/public/favicon-32x32.png
--------------------------------------------------------------------------------
/public/favicon-96x96.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/ZEviod/TextUtils/HEAD/public/favicon-96x96.png
--------------------------------------------------------------------------------
/src/setupTests.js:
--------------------------------------------------------------------------------
1 | // jest-dom adds custom jest matchers for asserting on DOM nodes.
2 | // allows you to do things like:
3 | // expect(element).toHaveTextContent(/react/i)
4 | // learn more: https://github.com/testing-library/jest-dom
5 | import '@testing-library/jest-dom';
6 |
--------------------------------------------------------------------------------
/src/App.test.js:
--------------------------------------------------------------------------------
1 | import { render, screen } from '@testing-library/react';
2 | import App from './App';
3 |
4 | test('renders learn react link', () => {
5 | render(
97 | {text.split(" ").length} words and {text.length} characters 98 |
99 |{0.008 * text.split(" ").length} Minutes read
100 |102 | {text.length > 0 103 | ? text 104 | : "Enter something in the textbox above to preview it here"} 105 |
106 |.accordion-body,
59 | though the transition does limit overflow.
60 | .accordion-body,
90 | though the transition does limit overflow.
91 | .accordion-body,
121 | though the transition does limit overflow.
122 |