Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vendethiel/translator.ps

Translator frontend
https://github.com/vendethiel/translator.ps

purescript purescript-halogen

Last synced: about 1 month ago
JSON representation

Translator frontend

Awesome Lists containing this project

README

        

# Translator Frontend

Using PureScript + Halogen (Hooks style, mostly).

Naming convention:
- Things that are a page end with `-Page` (singular) or `-List` (plural).
- Things that are embedded either have a specific name (i.e. `ProjectLabel`) or end with `-Item` (i.e. `TaskItem` embedded in `Project`).