This repo contains the source code of apps built for Brick 1100.
These apps are built using basic web techs: HTML, CSS, and JavaScript. With some fundamental knowledge of these techs, you can build your own apps for Brick 1100.
To make your app's interface fit seamlessly into Brick 1100, there's a Bridge 1100 library that you can use.
- Fork this repo.
- Clone your forked repo to your local machine.
- Create a new folder and name it as your app's name.
- Write your app's code in the folder (you can refer to the existing apps for examples).
- Commit and push your code to your forked repo.
- Create a pull request to this repo.
Once your pull request is merged, your app will show up at https://brick1100-apps.visnalize.com/<your-app>
, and you can then access it from Brick 1100.