Skip to content
/ ai2-js Public

A project that convert MIT App Inventor 2 Project (.aia) into Web Apps.

License

Notifications You must be signed in to change notification settings

kwankiu/ai2-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI2.js

A project that convert MIT App Inventor 2 Project (.aia) into Web Apps.

This project can be viewed at https://ai2-js.netlify.app

Note : This project is under development, please do not expect anything to be fully functional. If you are interested (to contribute or get details) in this project, you may open an issue to reach us.

Status

✅ Import MIT App Inventor Project (.aia)
✅ Parse Screen Files into JSON
⭕️ Convert Screen Files (WIP)
❌ JavaScript/React.JS Support
❌ HTML5 Support
❌ Read Blockly File (.bky)

Usage

  1. Export your MIT App Inventor 2 project as .aia
  2. From the website, click "Upload File (.aia) ..."
  3. Enjoy ! (work in progress)

Run from Local

This project is built with NextJS,

Before you begin, you will need to install npm and yarn.

To install the required node packages : yarn install

To run a dev server : yarn dev

To build for production : yarn build

To run production server : yarn start

About

A project that convert MIT App Inventor 2 Project (.aia) into Web Apps.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published