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

https://github.com/programmergaurav/webpresentation

Prresentation using Javascript(Reveal.js)
https://github.com/programmergaurav/webpresentation

hacktoberfest

Last synced: 9 months ago
JSON representation

Prresentation using Javascript(Reveal.js)

Awesome Lists containing this project

README

          

# Web Presentation
reveal.js is an open source HTML presentation framework. It's a tool that enables anyone with a web browser to create fully-featured and beautiful presentations for free.
### Installation
```
npm install reveal.js
```
### [Example](https://programmergaurav.github.io/WebPresentation/)

### Sample Code
```








Slide 1
Slide 2




Reveal.initialize();

```