Ethosa

Results 26 issues of Ethosa

## Goals 📃 - Make HappyX available for JS community; - Make fast HTTP framework for JS; - Make yet another SPA framework for JS (maybe in future). ## Examples...

enhancement
language bindings

Export project from Figma and convert it into HappyX project via CLI. ```bash hpx figma2hpx linkToProject ``` This needs Figma API token

enhancement

enhancement
ssg
ssr

- [x] Button; - [x] Input; - [x] Card; - [x] ProgressBar; - [ ] Slider; - [ ] Spinner.

enhancement
UI

Now: ``` use allow only call nodes path/to/file(5:1) ``` Future: ``` `use` statement allows only callable nodes! But got nnkUnknown node! path/to/file(5:1) ```

enhancement

... Where X is: - [x] FastAPI [`Python` `Back`]; - [ ] Django [`Python` `Back`]; - [ ] Flask [`Python` `Back`]; - [ ] ExpressJS [`JavaScript` `Back`]; - [ ]...

documentation
help wanted

This flag will generate static HTML files and one JavaScript file

enhancement
cli

Example syntax: - [x] `{{variableName}}` for variables - [ ] `{| if condition |} ... {| end |}` for `if` stmt - [ ] `{| elif condition |} ... {|...

enhancement

Write copy of official [nim lang site](https://nim-lang.org) as Single page application for HappyX examples

help wanted
showcase

I see that this library builds Node addons only on Linux and only for Linux. It possible to create builds for Windows?