An open API service indexing awesome lists of open source software.

https://github.com/techsupportz/word-counter-react

A word counter with a ignore in-text citation toggle because I was annoyed of removing them for assignments. Built using React & TypeScript.
https://github.com/techsupportz/word-counter-react

Last synced: about 1 year ago
JSON representation

A word counter with a ignore in-text citation toggle because I was annoyed of removing them for assignments. Built using React & TypeScript.

Awesome Lists containing this project

README

          

# Word-Counter-tsx

## About

### What is this?
As the name suggests, it is a word counter.

### Whats so special about it?
Other than just counting words and characters, it includes a "ignore in-text citation" checkbox which filters out words in brackets (like these) from the word count. It also includes a auto-save feature to save what the user types into local storage. Also has a dark and light theme!

### Sounds cool how do I use it?
It is hosted [here](https://wordcounter.tnitish.com/)

## Built using

### Frameworks and modules
+ React.js Library
+ Vite bundler with react-ts template
+ Redux Toolkit
+ Tailwind CSS

### Languages
+ Typescript