[
  {
    "path": ".github/CODEOWNERS",
    "content": "* @beam-community/team\n"
  },
  {
    "path": "README.md",
    "content": "# Awesome Phoenix Liveview\n\nA curated list of awesome Phoenix LiveView repositories, blog posts or other resources\n\nIf you think a new resource should be added, please file an issue or even better, a PR!\n\n## Phoenix LiveView\n\n- [Phoenix LiveView](https://hexdocs.pm/phoenix_live_view/Phoenix.LiveView.html) - The awesome docs for the Phoenix LiveView project itself\n\n## Example Repositories\n\n- [Adoptoss](https://github.com/adoptoposs/adoptoposs) - Connecting people to keep\n  open source software projects maintained - [website](https://adoptoposs.org/)\n- [Bonfire](https://github.com/qhwa/bonfire) - A demo project to track book reading using Phoenix LiveView and Event Sourcing - [website](https://bonfire.ooo/)\n- [Comparemoji](https://github.com/maxvw/comparemoji.com) - Compare emojis on different platforms - [website](https://comparemoji.com)\n- [Hygeia](https://github.com/jshmrtn/hygeia) - COVID 19 Tracing on the BEAM.\n- [Phoenix LiveDashboard](https://github.com/phoenixframework/phoenix_live_dashboard/) - Realtime dashboard with metrics, OS and VM insights\n- [Slurpee](https://github.com/fremantle-industries/slurpee) - A GUI frontend to manage blockchain ingestion with slurp\n- [Rube](https://github.com/fremantle-industries/rube) - A multi-chain DeFi development toolkit\n\n## Packages\n\n- [Surface](https://hex.pm/packages/surface) - A component based library for Phoenix LiveView\n- [Phoenix LiveView Dropzone](https://hex.pm/packages/phoenix_live_view_dropzone) A Phoenix LiveView compatible file dropzone, using Elm\n\n## Courses\n\n- [Pragmatic Studio Phoenix LiveView Course](https://pragmaticstudio.com/phoenix-liveview) - A free course to help you quickly and smartly use LiveView to add dynamic UI features to your Phoenix apps!\n\n## Blog posts\n\n- [Building and Playing the Go Game with Phoenix LiveView](https://blog.appsignal.com/2019/06/18/elixir-alchemy-building-go-with-phoenix-live-view.html) by AppSignal\n- [Linear Regression with Elixir, Phoenix and LiveView](https://tiemenwaterreus.com/posts/linear-regression-elixir-phoenix-liveview-i/) by Tiemen Waterreus\n- [Optimising data-over-the-wire in Phoenix LiveView](https://thepugautomatic.com/2020/07/optimising-data-over-the-wire-in-phoenix-liveview/) by Henrik Nyh\n- [Using Bootstrap Native with Phoenix LiveView](https://dashbit.co/blog/using-bootstrap-native-with-live-view) by Jose Valim/Dashbit\n- [Phoenix LiveView Comment and Reply](https://dockyard.com/blog/2019/11/25/phoenix-liveview-comment-and-reply) by DockYard\n\n\n## Videos\n\n- [Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5](https://www.youtube.com/watch?v=MZvmYaFkNJI) by Chris McCord\n- [Phoenix JS Hooks: LiveView is now even better!](https://www.youtube.com/watch?v=shoLKuEUQIU)\n- [Live with Phoenix LiveView and Laravel LiveWire (featuring Caleb Porzio)](https://www.youtube.com/watch?v=0iNCrQASviQ) Video going through building a Twitter feed in both LiveView and LiveWire\n\n## Tips and tricks\n\n- [Phoenix LiveView tips](https://github.com/nshoes/phoenix-live-view-tips) - Awesome list with common gotchas, tips and tidbits.\n\n## Lists\n\n- [Phoenix LiveView Examples](https://tefter.io/zorbash/lists/phoenix-liveview-examples) - A curated list of examples, demos, guides and tutorials\n- [Phoenix LiveView Demos](https://liveviewdemos.com) - A collection of demos and examples.\n- [Made with LiveView](https://github.com/caspg/made-with-liveview) - Apps made with Phoenix LiveView running in production.\n\n## Books\n\n- [Programming Phoenix LiveView](https://pragprog.com/titles/liveview/programming-phoenix-liveview/) - Interactive Elixir Web Programming Without Writing Any JavaScript by Bruce A. Tate and Sophie DeBenedetto\n\n## Editor and IDE integration\n\n### VSCode\n\n- [Phoenix LiveView Snippets](https://marketplace.visualstudio.com/items?itemName=phoenix-liveview-snippets.phoenix-liveview-snippets)\n\n# Contributing\n\nContributions are most welcome!\n"
  }
]