An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Presentor

A template for creating slideshows using parcel and react.

![Screenshot](.github/screenshot.gif)

## 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`