Skip to content

Commit 69fdf5a

Browse files
authored
Merge pull request #801 from JiyaGupta-cs/master
Text Analyzer
2 parents d8f5322 + f25700d commit 69fdf5a

File tree

22 files changed

+18399
-0
lines changed

22 files changed

+18399
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.js
7+
8+
# testing
9+
/coverage
10+
11+
# production
12+
/build
13+
14+
# misc
15+
.DS_Store
16+
.env.local
17+
.env.development.local
18+
.env.test.local
19+
.env.production.local
20+
21+
npm-debug.log*
22+
yarn-debug.log*
23+
yarn-error.log*
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# TextTrove - A Text Analyzer :pencil2: #
2+
## About The Project ##
3+
4+
TextTrove is a versatile text processing and analysis tool designed to make working with text easier and more efficient. Whether you're a content creator, a student, or a data scientist, this tool provides a range of essential features to help you understand, manipulate, and extract meaningful insights from text.
5+
6+
## Features - ##
7+
:abcd: **Lowercase Conversion:** This feature converts all the text to lowercase. It's useful for standardizing text and making it consistent, especially for text mining and analysis.
8+
9+
:capital_abcd: **Uppercase Conversion:** Similar to lowercase conversion, this feature converts text to uppercase. It can also be valuable for standardization and emphasis.
10+
11+
🔊: **Text-to-Speech:** This feature allows users to input text and have it read aloud using a text-to-speech engine. It can be beneficial for accessibility and enhancing the user experience.
12+
13+
8️⃣ **Word Count**: This feature calculates the number of words in the text. It typically considers spaces and punctuation to identify word boundaries.
14+
15+
9️⃣ **Character Count:** This feature counts the total number of characters in the text, including spaces and punctuation.
16+
17+
:alarm_clock: **Time to Read:** Estimate the time it would take for an average reader to read the text at a standard reading pace. This can be presented in minutes or minutes and seconds.
18+
19+
## Built With - ##
20+
* React JS :atom_symbol:
21+
* Bootstrap
22+
## Getting Started :octocat: ##
23+
```
24+
$ git clone https://github.com/JiyaGupta-cs/TextTrove-A_Text_Analyzer.git
25+
$ cd TextTrove-A_Text_Analyzer/
26+
$ npm install
27+
$ npm start
28+
```
29+

0 commit comments

Comments
 (0)