harshitvijaygupta / char-counter

A real time " Character Counter App ", a grammarly clone.

Home Page:https://harshitvijaygupta.github.io/char-counter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Character Counter App

A Grammarly Clone with a real-time character counter from scratch including all the HTML, CSS, and JavaScript.

This app has following features as : -

  • How to get user input data
  • How to generate total counter number whenever the user types any character.
  • How to get the remaining character available.
  • How to click event on copy text button :)
  • How to Copy the data that the user typed on the Textarea.

For using grammarly featues on this app : -

  • Install Grammarly extension on your browser (say Chrome Browser).
  • You will see a G-icon on buttom-left corner for spell's suggestion and correction.

Screenshots : -

image

Thanks đź’–

About

A real time " Character Counter App ", a grammarly clone.

https://harshitvijaygupta.github.io/char-counter/


Languages

Language:CSS 54.7%Language:HTML 30.8%Language:JavaScript 14.6%