Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```