Kiel-H-Byrne / PWSlides

Google Sheets API to ImpressJS Slideshow, randomized color deck from theme.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#"PW SLides" PW Slides is a presentation tool built upon impress.js(). The slides are created from a google spreadsheet of responses and utilizes Google API.

Github License Node Version W3C Validation

GitHub repo size Github code size Github Languages Github Top Language

GitHub Issues GitHub contributors Github Last Commit

Visit PWSlides.netlify.com

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of node, and yarn.
  • You have a <Windows/Linux/Mac> machine. (I have not tested on Linux, but should work fine)
  • You have read SUPPORT.md.

Architecture

  • React.js (Create-React-App)
  • Impress-JS
  • Material-UI
  • Google Sheets Api
  • Netlify Deployment

Documentation links can be found in SUPPORT

Contributing

First off, thank you for considering contributing to the MOBB. It’s people like you that make the MOBB such a great tool.

  1. Fork this repo
  2. Create a branch: git checkout -b <branch_name> (feature? bug?).
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request. (Dont forget to test!)

Contributors

Thanks to the following people who have contributed to this project:

Licenses

Content is released under Mozilla Public License Version 2.0. See LICENSE.md for complete details, including attribution guidelines, contribution terms, and software and third-party licenses and permissions.

Roadmap as user stories

  • _As an employee at Perkins and Will, I would like to a slide-show of "Shout Outs" submitted from my peers over the last month.
  • _As an employee, I would like to submit shout outs for a coworker.
  • _As an employee in the DC Office, I would like to see shoutouts from other offices around the world.

Branches:

Try to name branches in a descriptive way, master, ft-<featureName>, fix-<fixName>, etc... No pull requests will be merged into master branch.

Resources:

Github Contribution setup

About

Google Sheets API to ImpressJS Slideshow, randomized color deck from theme.


Languages

Language:JavaScript 94.5%Language:CSS 3.8%Language:HTML 1.3%Language:SCSS 0.3%Language:Shell 0.0%