https://github.com/demoorjasper/presentor
Presentation template using react
https://github.com/demoorjasper/presentor
parcel react slideshow
Last synced: 23 days ago
JSON representation
Presentation template using react
- Host: GitHub
- URL: https://github.com/demoorjasper/presentor
- Owner: DeMoorJasper
- License: mit
- Created: 2018-04-10T17:42:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-26T08:15:38.000Z (almost 7 years ago)
- Last Synced: 2025-01-23T12:11:12.199Z (over 1 year ago)
- Topics: parcel, react, slideshow
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Presentor
A template for creating slideshows using parcel and react.

## Features
* Navigate using keys (arrow/space)
* Navigate using buttons
* Pre-styled template
* Routing
## Templates
* Title Slide
* Content Slide
* Code Fragment Slide
## Getting started
### Creating a Slide
Create a react component, you can find an example for every template inside `/src/components/slides`.
### Naming
As the slide imports are alphabetically orders, please maintain the naming convention `Slide{SlideID}.js`