word-counter/README.md

38 lines
590 B
Markdown

# word-counter
A simple word counter written in Svelte.
![Screenshot](/static/screenshot.png)
You can see it live at [svelte-word-counter.vercel.app](https://svelte-word-counter.vercel.app/)
## Features
- Counts words
- Counts characters
- Saves to localStorage
- Looks cool
## Developing
```bash
# should work fine with normal npm too
pnpm install
pnpm run dev -- --open
```
## Building
To create a production version:
```bash
pnpm run build
```
You can preview the production build with `pnpm run preview`.
## Todo
- [ ] Time to read
- [ ] Time to speak
- [ ] Word frequency