https://github.com/diegozanon/nw-presenter
A HTML5 slideshow Desktop App built with NW.js (Node-Webkit). Demo app is a presentation of how to use NW.js
https://github.com/diegozanon/nw-presenter
html5-slideshow
Last synced: 3 months ago
JSON representation
A HTML5 slideshow Desktop App built with NW.js (Node-Webkit). Demo app is a presentation of how to use NW.js
- Host: GitHub
- URL: https://github.com/diegozanon/nw-presenter
- Owner: diegozanon
- License: mit
- Created: 2015-11-13T22:40:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-21T16:18:53.000Z (over 10 years ago)
- Last Synced: 2025-03-04T12:46:20.599Z (over 1 year ago)
- Topics: html5-slideshow
- Language: HTML
- Homepage:
- Size: 801 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## What is NW Presenter?
- A desktop app that presents slideshows
- Its multi-platform because NW.js is used
- Interface is a HTML5 slideshow
- Markdown formatting to create each slide
- Syntax highlighting for code
## Why use it?
- If you want to convince others of how powerful NW.js is to create desktop apps, presenting its advantages using its own technology is a good start.
- Embed any fancy HTML5 code inside your presentation and it will execute as it would in any browser. That's great to teach how to use Angular, React, Ember, etc.
- It can be used for any kind of presentation. If you are interested only in the HTML5 slideshow, try https://github.com/gnab/remark
## How to execute it?
- Download this git repo
- Open your command-line and browse to the folder
- Install the NW.js dependency using NPM:
```xml
> npm install
```
- Execute this app with:
```xml
> npm start
```
## How to create a slideshow?
- Slideshows are created using [Markdown](http://commonmark.org/) formatting
- Markdown is compiled using [remark](https://github.com/gnab/remark)
- For a remark tutorial, follow this: http://gnab.github.io/remark
## HTML-only Demo
- As a demo app, the following slides were created to present what is NW.js:
http://zanon-io.github.io/nw-presenter
## First slide

## Second slide
