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.
- Host: GitHub
- URL: https://github.com/techsupportz/word-counter-react
- Owner: TechSupportz
- Created: 2022-02-12T10:18:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-23T03:22:47.000Z (over 2 years ago)
- Last Synced: 2025-01-13T22:37:21.749Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 338 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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