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
- Host: GitHub
- URL: https://github.com/doldsimo/mdx-import-zipfile
- Owner: doldsimo
- Created: 2021-09-29T10:34:42.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-12T10:41:28.000Z (about 2 years ago)
- Last Synced: 2025-02-10T22:46:48.099Z (3 months ago)
- Topics: e-learning, mdx, mdx-js, pwa, react
- Language: JavaScript
- Homepage: https://doldsimo.github.io/mdx-import-zipfile/
- Size: 7.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 modules1. 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)