Slides for my end-of-internship presentation at Open Government Products.
- My slides are hosted here
- Click into the browser window to focus
- Clone the repo
- Go to the
ogpbranch - Run
npm install - Run
npm run dev - Go to
localhost:3000/slidesin your browser - Click into the browser window to focus
- Press
aordto move left or right - Press
eto go to the final slide - Press
tto bring up the dataset table (can be done at any slide) - When on dataset table, press
1-5to only show the 1st to 5th columns, hiding the rest - When on dataset table, press
Shift + 1-5to show the 1st to 5th column, in addition to whatever is shown - When on dataset table, press
0to show all columns
- Each slide is its own custom component
- Slides are grouped nicely within
slides/main/ - An array of components is passed into
slides.js
- Receives an array of slides
- constant
STEP_MAXis an array,STEP_MAX[i]is the number of steps a slidei-1has