Skip to content

chrisvsanchez/TTP-Take-Home-Challenge-Example-2.-Word-Count-Challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTP Take Home-Challenge Example 2. Word Count Challenge

Description

The purpose of this application is to re-create the google docs feature. Once a user presses Ctrl + Shift + C it should trigger and event handler to count the number of characters, words, sentences, and unique pairs of words.

[✔️] Character Count 
[✔️] Word Count (spaces excluded)
[✔️] Sentence Count 
[✔️] Paragraph Count 
[✔️] Bigrams (Counts unique Pairs)

➡️ Link to Deployed App

Build With 🛠

Frontend

    * JavaScript using React Library 
    * Styled with custom CSS using FlexBox Layout
    * [Quill API](https://quilljs.com/docs/) 
    * Deployed via Heroku  

Getting Started

Installation

Once the Github repo is downloaded/cloned and open in your local text editor:

  • npm install to update and install dependencies like Quill and etc
  • npm start to get your local server to open the app in the browser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published