A simple word counter written in Svelte. https://word-counter.sawyer.systems/
Find a file
2025-09-05 17:16:07 -05:00
src docs: move TODO.md to README 2025-08-17 14:27:18 -05:00
static add a screenshot 2025-03-08 15:54:43 -06:00
.gitignore Initial commit 2025-03-08 15:44:09 -06:00
.npmrc Initial commit 2025-03-08 15:44:09 -06:00
.prettierignore Initial commit 2025-03-08 15:44:09 -06:00
.prettierrc Initial commit 2025-03-08 15:44:09 -06:00
eslint.config.js Initial commit 2025-03-08 15:44:09 -06:00
jsconfig.json Initial commit 2025-03-08 15:44:09 -06:00
package.json Initial commit 2025-03-08 15:44:09 -06:00
pnpm-lock.yaml Initial commit 2025-03-08 15:44:09 -06:00
README.md docs: add a link to the README 2025-09-05 17:16:07 -05:00
svelte.config.js Initial commit 2025-03-08 15:44:09 -06:00
vite.config.js Initial commit 2025-03-08 15:44:09 -06:00

word-counter

A simple word counter written in Svelte.

Screenshot

You can see it live at svelte-word-counter.vercel.app

Features

  • Counts words
  • Counts characters
  • Saves to localStorage
  • Looks cool

Developing

# should work fine with normal npm too
pnpm install
pnpm run dev -- --open

Building

To create a production version:

pnpm run build

You can preview the production build with pnpm run preview.

Todo

  • Time to read
  • Time to speak
  • Word frequency