Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pranshuchittora/eslides-core
https://github.com/pranshuchittora/eslides-core
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pranshuchittora/eslides-core
- Owner: pranshuchittora
- Created: 2019-01-29T15:41:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T11:55:49.000Z (about 5 years ago)
- Last Synced: 2024-11-07T23:36:16.831Z (about 2 months ago)
- Language: JavaScript
- Size: 1.67 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
eSlides
eSlides is an online tool to serve content is a better way. It overcomes the issues with conventional PPTs.> Problems with conventional PPTs
- It's not possible to modify the contents after serving.
- It requires specific software to run PPTs.> Features of eSlides
- The content is hosted online, so it can be accessible anytime, anywhere on any device (Browser & Internet required).
- The content modification can be done in just one click & the changes can be reflected in just a refresh of a page.
- Markdown support simplifies content writing.> Tech Stack
- Nodejs
- Reveal.js
- Express.js### How to add courses?
- Courses can be added in the `/courses` with a folder named as it's subject code example (18CSS101J).
- The content of the slides resides in `/Slides` which contains a tree of directories based on Modules, Sessions & SLOs.
- The `/Resources` directory contains the assets for each module
- **Don't modify any _.js_ _.html_ _.css_ file.**[Guide - How to write content (markdown)](./WRITING-MARKDOWN.md)