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

https://github.com/xyflow/react-flow-slide-show


https://github.com/xyflow/react-flow-slide-show

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# React Flow Slide Show

This repo contains a small slide show presentation built with React Flow. Go check
out the [tutorial](https://reactflow.dev/learn/tutorials/presentations-with-react-flow)
if you want to build your own from scratch!

![A screencapture of someone clicking arrow keys on a series of slides, which lets them navigate up, down, left, and right between them](slideshow.gif)

### Features of the presentation include:

- Write slides in markdown.
- Navigate between slides with arrow keys.
- Automatically lay out slides in a grid.

### The tutorial covers React Flow topics including:

- Setting up a React Flow project from scratch
- Writing your own layouting algorithm
- Using events on the `` component to add global interactivity.

## Development

This app was built using [Vite](https://vitejs.dev/) for development.

### Installation

Before you start, you need to install the dependencies:

```sh
npm install
```

### Spin up a dev server

```sh
npm run dev
```

### Build

```sh
npm run build
```