GithubHelp home page GithubHelp logo

launchscout / live_deck Goto Github PK

View Code? Open in Web Editor NEW
81.0 29.0 6.0 32.06 MB

A Real-Time Presentation Application Powered by Phoenix LiveView

License: MIT License

Elixir 28.86% JavaScript 1.35% HTML 45.18% SCSS 24.61%
phoenix phoenix-liveview deck-templates hacktoberfest hacktoberfest2020

live_deck's Introduction

LiveDeck

LiveDeck is an interactive presentation deck built with Elixir, Phoenix, and LiveView. The web-based slide deck features provide the ability to display real-time data and for engaging audience interactions. The deck comes with several themes and slides templates to create beautiful presentations out of the box.

alt text alt text

Coverage Status CircleCI

Getting Started

Run asdf install to pull in Erlang, Elixir, and Node versions.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm --prefix=assets install (append --force phoenix_live_view to update the NPM Live View dependency if there has been an update to the phoenix_live_view mix dep since your last run of the project)
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Contributing

CI

CI will run the following commands on the codebase:

  1. mix credo
  2. mix format --check-formatted
  3. mix coveralls --trace (tests + test coverage)
  4. mix dialyzer (static type analysis)

Local Development

Run mix check to check code quality.

It checks compiler, credo, dialyzer, ex_doc, ex_unit, formatter, npm_test and sobelow by default. excoveralls is added to config file. To skip any check add {:toolname, false}, in the tools array of .check.exs file. To add custom command on a tool add {:toolname, command: "mix command"} in the tools array of .check.exs file.

For more info visit: https://github.com/karolsluszniak/ex_check https://hexdocs.pm/ex_check/0.9.0/Mix.Tasks.Check.html#content

Deck Configuration

The deck theme, slide order, slide backgrounds, and slide notes can be configured in the lib/live_deck/presentations/config.ex file. Read more about the the configuration settings here.

Deck Themes

LiveDeck includes beautiful themes that change the colors and typeography of the whole deck. Themes also include several background options for slides. View all the deck themes here.

Deck Templates

LiveDeck includes many different slide layouts we call slide templates. View all the deck templates here.

Deck Remote and Presenter Mode

Your presentation can be controlled through a seperate webpage we call the remote. The remote adapts to presenter mode when viewed on a desktop or laptop. Learn more about the deck remote here.

More Info

License

See the LICENSE file for license rights and limitations (MIT).

live_deck's People

Contributors

alcwhite avatar aripovula avatar arthurra avatar canderson2 avatar dependabot[bot] avatar haleymoore avatar macovedj avatar rheubach avatar seb3s avatar snjnlsn avatar stamates avatar willus10245 avatar zkayser avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

live_deck's Issues

License?

This looks like an awesome project. Really cool.

How are y'all thinking about licensing it?

Cobalt Theme

Create a theme using cobalt blue color scheme

Add Current Date To Header

Dynamically display the current date on the right side of the header.

Header content is found here: templates/index.html.leex

Add Audience Poll

Add the ability to poll a presentation's audience and display results live in the talk.

Pohō Theme

Create a colorful blob-like theme with subtle animations.

Create Speaker Presentation Mode

Add the speaker mode to the remote screen on desktop sizes.

include

  • Current Slide Thumbnail
  • Next Slide Thumbnail
  • Slide Notes
  • All Slide Thumbnails

Refactor CSS

Remove unused styles and partials for unused features.

Publish Presentation Decks

Create a page where LiveDeck presenters can share their decks with their audience to view after the talk.

Audience Feedback

Add the ability for the audience to submit feedback on slides during and after the talk.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.