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

https://github.com/fs-frost/dictionary

Web dictionary built with Svelte.
https://github.com/fs-frost/dictionary

dictionary english gh-pages spanish svelte typescript

Last synced: 2 months ago
JSON representation

Web dictionary built with Svelte.

Awesome Lists containing this project

README

          

# Dictionary

Web dictionary for Spanish and English languages, installable as [PWA](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps).

[https://fs-frost.github.io/dictionary](https://fs-frost.github.io/dictionary)

preview

## Built with

- [Svelte](https://svelte.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Rollup](https://rollupjs.org/)
- [Free Dictionary API](https://dictionaryapi.dev)

## Run locally

```shell
bun install
bun run dev
```

Go to http://localhost:5000.