Skip to content

Commit

Permalink
Add frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 25, 2024
1 parent b66627c commit b82a5b4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 7 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
- [Text](#text)
- [Time](#time)
- [Web frameworks](#web-frameworks)
- [Websites](#websites)
- [Templates](#templates)
- [Projects](#projects)
- [Compilers](#compilers)
Expand Down Expand Up @@ -138,6 +139,12 @@ Looking for something to build? Check out [the suggestions list][suggestions].
## Frontend

- [glailglind](https://github.com/okkdev/glailglind) - [📚](https://hexdocs.pm/glailglind/) - Gleam modules and functions for installing and invoking TailwindCSS
- [lustre](https://github.com/lustre-labs/lustre) - [📚](https://hexdocs.pm/lustre/) - An Elm-inspired framework for building web apps in Gleam!
- [lustre_animation](https://git.chmeee.org/lustre_animation) - [📚](https://hexdocs.pm/lustre_animation/) - Animations for lustre, utilizing JS requestAnimationFrame and setTimeout
- [lustre_http](https://codeberg.org/kero/lustre_http) - [📚](https://hexdocs.pm/lustre_http/) - HTTP requests from lustre
- [lustre_ui](https://github.com/lustre-labs/lustre_ui) - [📚](https://hexdocs.pm/lustre_ui/) - A collection of components and design tokens for building Lustre apps.
- [lustre_virtual_list](https://github.com/schurhammer/lustre_virtual_list) - [📚](https://hexdocs.pm/lustre_virtual_list/) - A virtual list componenet for lustre.
- [lustre_websocket](https://codeberg.org/kero/lustre_websocket) - [📚](https://hexdocs.pm/lustre_websocket/) - Web Socket requests from lustre

## Graphics

Expand Down Expand Up @@ -238,6 +245,10 @@ Looking for something to build? Check out [the suggestions list][suggestions].

- [wisp](https://github.com/gleam-wisp/wisp) - [📚](https://hexdocs.pm/wisp/) - A practical web framework for Gleam

## Websites

- [lustre_ssg](https://github.com/lustre-labs/ssg) - [📚](https://hexdocs.pm/lustre_ssg/) - A simple static site generator for Lustre projects.

# Projects

## Compilers
Expand Down
2 changes: 1 addition & 1 deletion packages/lustre.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre"
description = "An Elm-inspired framework for building web apps in Gleam!"
docs_url = "https://hexdocs.pm/lustre/"
repo_url = "https://github.com/lustre-labs/lustre"
category = ""
category = "Frontend"
2 changes: 1 addition & 1 deletion packages/lustre_animation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_animation"
description = "Animations for lustre, utilizing JS requestAnimationFrame and setTimeout"
docs_url = "https://hexdocs.pm/lustre_animation/"
repo_url = "https://git.chmeee.org/lustre_animation"
category = ""
category = "Frontend"
2 changes: 1 addition & 1 deletion packages/lustre_http.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_http"
description = "HTTP requests from lustre"
docs_url = "https://hexdocs.pm/lustre_http/"
repo_url = "https://codeberg.org/kero/lustre_http"
category = ""
category = "Frontend"
2 changes: 1 addition & 1 deletion packages/lustre_ssg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_ssg"
description = "A simple static site generator for Lustre projects."
docs_url = "https://hexdocs.pm/lustre_ssg/"
repo_url = "https://github.com/lustre-labs/ssg"
category = ""
category = "Websites"
2 changes: 1 addition & 1 deletion packages/lustre_ui.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_ui"
description = "A collection of components and design tokens for building Lustre apps."
docs_url = "https://hexdocs.pm/lustre_ui/"
repo_url = "https://github.com/lustre-labs/lustre_ui"
category = ""
category = "Frontend"
2 changes: 1 addition & 1 deletion packages/lustre_virtual_list.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_virtual_list"
description = "A virtual list componenet for lustre."
docs_url = "https://hexdocs.pm/lustre_virtual_list/"
repo_url = "https://github.com/schurhammer/lustre_virtual_list"
category = ""
category = "Frontend"
2 changes: 1 addition & 1 deletion packages/lustre_websocket.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "lustre_websocket"
description = "Web Socket requests from lustre"
docs_url = "https://hexdocs.pm/lustre_websocket/"
repo_url = "https://codeberg.org/kero/lustre_websocket"
category = ""
category = "Frontend"

0 comments on commit b82a5b4

Please sign in to comment.