🖥️Dashboard

To start creating your application, you need to create screens, configure logic and think about what these screens should do and what data they will need to display and save.

Terms and designations

  • Screens – pages of your application

  • Components – The building blocks of the Moxly interface.

  • Actions – Used to specify what your app should do when you click a particular component.

  • Database – the database allows you to enter data to display to app users or to collect the data that they input into the app.

Last updated