https://github.com/jjunho/viet_dict
https://github.com/jjunho/viet_dict
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jjunho/viet_dict
- Owner: jjunho
- Created: 2024-02-20T02:32:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T08:22:06.000Z (over 2 years ago)
- Last Synced: 2025-02-02T16:57:32.213Z (over 1 year ago)
- Language: Elm
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# viet_dict
>
> Built with [Elm Land](https://elm.land) 🌈
## Vietnamese Dictionary
This is a Vietnamese Chữ Nôm dictionary app built with Elm. It is a work in progress.
It is a simple search over the list of words found at [ChuNom.org](https://chunom.org/pages/standard-list/?max=2000&download=1).
## Features
- [X] Search for words in Vietnamese Quốc Ngữ and get the corresponding Chữ Nôm.
- [X] Search for words in Chữ Nôm and get the corresponding Vietnamese Quốc Ngữ.
## Local development
```bash
# Requires Node.js v18+ (https://nodejs.org)
npx elm-land server
```
## Building and using the app
Run `bash dist.sh` to build the app. The output will be in the `dist` folder.
The app can be used by opening [http://localhost:8080](http://localhost:8080) in a web browser.