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

https://github.com/goffinet/ultronele-starter


https://github.com/goffinet/ultronele-starter

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          



UltronEle



The world’s fastest LMS engine

This is a UltronEle starter project using gatsby-theme-ultronele to generate a LMS(learning management system) skeleton site.

Logo image is designed in [designevo](https://www.designevo.com/)@2019/01/27

## Screen Shots

![mobile screen shots](static/img/ue-mobile-screens-github.png)

## Demo

is [HERE!](https://ultronele.netlify.com/)

## Features

* extremely smooth visit experience
* fast setup and easy depolyment procedure
* gamefication learning experience
* category/tutorial/quiz generation by cli easily
* learning process tracking and visualization
* quiz report and certificate generation
* user locally login/cache support
* mobile screen support

## Prerequisite tools installation

* node
* npm
* gatsby

## Important 3rd part library used

* [konva](https://konvajs.org/) to draw certificate
* [react-confetti](https://github.com/alampros/react-confetti) to open bonus
* [downloadjs](http://danml.com/download.html) to convert dataURL to image file
* [plop](https://github.com/amwmedia/plop) to generate content by cli

## πŸš€ Quick start

Just for a couple of commands, you will have your own LMS, here we go:

> $ gatsby new my-ultronele https://github.com/runbytech/ultronele-starter

> $ cd my-ultronele

> $ gatsby develop

Your site is now running at http://localhost:8000

## Learning how to use UltronEle

Looking for more guidance? Full documentation for UltronEle lives [on the website](https://ultronele.netlify.com/userguide).

## πŸ’« Quick Deploy

```
Prerequisites: github account and netlify account required
```

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/runbytech/ultronele-starter)

## Contribution is Welcome

if you like this product, and want to find something new to practice reactjs coding, please join me! UltronEle is in early cultivation stage, it may be a fresh and interesting experience to witness it growing to a successful product.

#### For the ReactJS developer

- fork [this repository](https://github.com/runbytech/gatsby-theme-ultronele)
- made your modifications or improvements
- request a PR
- notify me by email
- invite you to join collaborators

#### For the Content producer

* planning your courses that you want to be itegrated to this product permanently
* send your .pdf/.docx/images/videos to my email
* reorganize the content to the source file and publish
* give you credit by recording you to the contributer list

## Content structure by convention


β”œβ”€β”€ content
β”œβ”€β”€ assets
β”œβ”€β”€ imagefoldera
β”œβ”€β”€ imagefolderb
β”œβ”€β”€ category
β”œβ”€β”€ coursetypea
β”œβ”€β”€ tutoriala
β”œβ”€β”€ 1-section.md
β”œβ”€β”€ 2-section.md
β”œβ”€β”€ 3-section.md
β”œβ”€β”€ x-section.md
β”œβ”€β”€ test.md # this file hold tutorial quiz questions
β”œβ”€β”€ tutorialb
β”œβ”€β”€ tutorialc
β”œβ”€β”€ coursetypeb
β”œβ”€β”€ coursetypec
β”œβ”€β”€ pagea.md # first level navigation page of your site
β”œβ”€β”€ pageb.md
β”œβ”€β”€ pagec.md
β”œβ”€β”€ paged.md