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)
- Host: GitHub
- URL: https://github.com/programmergaurav/webpresentation
- Owner: ProgrammerGaurav
- Created: 2020-05-28T09:34:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T07:00:09.000Z (over 5 years ago)
- Last Synced: 2025-03-30T17:29:52.242Z (about 1 year ago)
- Topics: hacktoberfest
- Language: CSS
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```
Reveal.initialize();
```