Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lauravuo/ordhygge
App for learning Danish words
https://github.com/lauravuo/ordhygge
danish-language dansk language-learning solidjs tailwindcss typescript
Last synced: about 2 months ago
JSON representation
App for learning Danish words
- Host: GitHub
- URL: https://github.com/lauravuo/ordhygge
- Owner: lauravuo
- License: apache-2.0
- Created: 2022-01-05T17:44:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T17:54:16.000Z (about 2 months ago)
- Last Synced: 2024-11-07T18:47:19.682Z (about 2 months ago)
- Topics: danish-language, dansk, language-learning, solidjs, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://lauravuo.github.io/ordhygge/
- Size: 1.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ordhygge
[App](https://lauravuo.github.io/ordhygge/#) for learning Danish words.
- Words from: [Dansk? – Ja, tak!](https://www.finnlectura.fi/oppimateriaalit/tanska/dansk-ja-tak/)
- Audio files from: [Den Danske Ordbog](https://ordnet.dk/ddo)## Demo
See it in live at https://lauravuo.github.io/ordhygge/
## Development
```bash
npm install
npm start
```Open browser to http://localhost:3000
## Testing
Install deps and start app. Start testing with
```
npm run test:e2e
```