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

https://github.com/doldsimo/mdx-import-zipfile

Use of MDX for storage and transfer of application data at the context of a learning tool
https://github.com/doldsimo/mdx-import-zipfile

e-learning mdx mdx-js pwa react

Last synced: about 2 months ago
JSON representation

Use of MDX for storage and transfer of application data at the context of a learning tool

Awesome Lists containing this project

README

        

# Use of MDX for storage and transfer of application data at the context of a learning tool - Client App

## Get Started

- [Online demo](https://doldsimo.github.io/mdx-import-zipfile/) or [demo](https://lern-app-data-transfer-mdx.netlify.app/)

- For local execution:

> Nodejs must be installed to install node modules

1. Clone or download the repository.

`git clone `
2. Navigate to the cloned folder

`cd ./mdx-import-zipfile`
3. Istall all nodemodules

`npm install`
4. Start the application

`npm start`

## How it works

After starting the application with the [online demo](https://doldsimo.github.io/mdx-import-zipfile/) or a local instance, a previously locally downloaded zip learning unit must be uploaded to the app on the start page. A sample lesson can be downloaded directly from the application home page, or found in [this](https://github.com/doldsimo/mdx-import-zipfile/tree/master/ImportData) folder.
After importing the application, the lesson starts automatically.

### Related Links:

[Sample editors output](https://github.com/doldsimo/mdx-import-zipfile/tree/master/ImportData)

[Webpack project to create remote components](https://github.com/doldsimo/remote-component-starter)

[Remote component store](https://github.com/doldsimo/react-remote-learning-components)