A simple word counter written in Svelte. https://word-counter.sawyer.systems/
Find a file
2025-03-08 15:54:43 -06:00
src format code 2025-03-08 15:45:57 -06: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 add a screenshot 2025-03-08 15:54:43 -06: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 svelte word counter

Screenshot

Features

  • Counts words
  • Counts characters
  • 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.