Skip to content

macCesar/holiday-demo-purgetss-version

Repository files navigation

Holiday Demo App - PurgeTSS Version

This Titanium App is a cross-platform mobile application for iOS and Android that was created using PurgeTSS.

This is a re-creation of Michael's Holiday Demo App.. So the design and creative properties goes to him!!

Features

  • Widgets: Our app makes extensive use of the Widgets to create and manage various interactive elements.

  • Backbone Collections: We've integrated Backbone Collections into our app, to simulate Dynamic content and ensure seamless data handling and organization.

  • TiKit Library: We've incorporated the TiKit UI Components. This library offers a rich set of UI components, including Tabs with Icon Fonts.

  • RemixIcon: We've used RemixIcon to provide a set of icon fonts.

Getting Started

First, make sure you have PurgeTSS installed globally on your machine:

> npm i -g purgetss

To get started with this Sample App, follow these steps:

  1. Clone this repository to your local machine:

    git clone git@github.com:macCesar/holiday-demo-purgetss-version.git
  2. Open the project in your preferred code editor or IDE.

  3. Run the app on your simulator or device to test it.

Content

The App uses TabGroups and Alloy Widgets, just like Michael's example.

To 'parse' Widgets in PurgeTSS, set the widgets option to true in config.js.

// ./purgetss/config.js
module.exports = {
  purge: {
    options: {
      widgets: true, // Parse Widgets
    }
  }
};

Data Collections

This app is using Backbone Collections to simulate Dynamic content.

iOS Tabs

iOS Tabs

Contributing

If you'd like to contribute to this Sample App or have suggestions for improvements, please feel free to open an issue or submit a pull request.

License

This Sample App is open-source and available under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published