Skip to content

Commit

Permalink
Add grille_pain and gloogle (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert authored Jun 12, 2024
1 parent 817d8b8 commit a6ac6ae
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ 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
- [grille_pain](https://github.com/ghivert/grille-pain) - [📚](https://hexdocs.pm/grille_pain/) - Toaster, made in lustre, for gleam
- [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
Expand Down Expand Up @@ -309,6 +310,7 @@ Web applications written in Gleam.
- [gleam-lang/example-echo-server](https://github.com/gleam-lang/example-echo-server) - An example Gleam web application.
- [gleam-lang/packages](https://github.com/gleam-lang/packages) - The Gleam package index website.
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.

## Tools

Expand All @@ -334,6 +336,7 @@ Websites with Gleam related content.
- [gleam.run](https://gleam.run) - Gleam's website.
- [tour.gleam.run](https://tour.gleam.run) - Gleam's interactive tour and tutorial.
- [gleamweekly.com](https://gleamweekly.com/) - A weekly newsletter of handpicked articles and community news.
- [gloogle.run](https://gloogle.run) - A search engine for the Gleam ecosystem.

### Courses

Expand Down
2 changes: 1 addition & 1 deletion packages/grille_pain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ name = "grille_pain"
description = "Toaster, made in lustre, for gleam"
docs_url = "https://hexdocs.pm/grille_pain/"
repo_url = "https://github.com/ghivert/grille-pain"
category = ""
category = "Frontend"
2 changes: 2 additions & 0 deletions src/awesome.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Web applications written in Gleam.
- [gleam-lang/example-echo-server](https://github.com/gleam-lang/example-echo-server) - An example Gleam web application.
- [gleam-lang/packages](https://github.com/gleam-lang/packages) - The Gleam package index website.
- [aosasona/jsorm](https://github.com/aosasona/jsorm) - A minimal JSON explorer in Gleam + HTMX.
- [ghivert/gloogle](https://github.com/ghivert/gloogle) - A search engine for the Gleam ecosystem, built in Lustre + Wisp.
## Tools
Expand All @@ -122,6 +123,7 @@ Websites with Gleam related content.
- [gleam.run](https://gleam.run) - Gleam's website.
- [tour.gleam.run](https://tour.gleam.run) - Gleam's interactive tour and tutorial.
- [gleamweekly.com](https://gleamweekly.com/) - A weekly newsletter of handpicked articles and community news.
- [gloogle.run](https://gloogle.run) - A search engine for the Gleam ecosystem.
### Courses
Expand Down

0 comments on commit a6ac6ae

Please sign in to comment.