Skip to content

A text analysis app that receive text input and counts words, characters, sentences and paragraphs. Also returns percentage of words and characters usage and locally storage this data for future usage.

Notifications You must be signed in to change notification settings

locurin/Carpi-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carpi-Reader

Carpi-Reader is a web application designed for text analysis. It allows users to input some text and get instant and precise data regarding that text. You can test it online at https://carpi-reader.000webhostapp.com

scope of funcionality

Carpi-Reader, after receiving text input from user: * Count total amount of paragraphs * Count total amount of Sentences * Count total amount of Words * Count total amount of characters (without spaces) * Count total amount of characters (including spaces) * Return a list of all used words in the text, the amount of times every word was used, and the percentage it represents out of 100% of text, ordered higher to lower. * Return a list of all used letters (in order A-Z), the amount of times each word was used and the percentage it presents out of 100% of text.

Every analysis done is locally saved in the browser storage, and users can access this log them from "Ver anteriores" section as many times as they wish while browser local storage wont be deleted. An option to manually delete log is also present in the UI to help users preserve their security and privacy. No info is sent online, so everything written in the app by users remain in their browsers. Also, there is an easter egg hidden somewhere, good look finding it ;-)

technologies

-HTML5 and CSS3

-Bootstrap v5.1.0

-Javascript ES6

-JQuery 3.6.0

version

Carpi-Reader current version es 1.0, released with full functionality and a basic UI with a responsive layout that needs to be revisited in the future but allows users to access and execute the app from mobile devices without performance or functionality issues. Visuals in the other hand may break on Mobile sometimes.

credits

This app was developed for locurin as a personal project for educational purpouses. If any questions, be welcome to contact me on github or linkedin.

About

A text analysis app that receive text input and counts words, characters, sentences and paragraphs. Also returns percentage of words and characters usage and locally storage this data for future usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published