ZCG-coder / jsPPT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jsPPT

A HTML app to display PowerPoint-like documents.

This app is in continuous development, and it is very basic now.

How to run?

This app requires an HTTP (HTTPS is okay also) server to run.

(Using a server ensures jQuery loads correctly.)

The simplest way is using Python's http.server

A server will be created at localhost:8000 by running

python3 -m http.server

Open localhost:8000 in the browser to access the app.

About


Languages

Language:JavaScript 65.6%Language:HTML 23.4%Language:CSS 11.0%