# Technologies

The components of the app are built using the core components of [Ionic](https://ionicframework.com/) and [Ionic Native](https://ionicframework.com/docs/native/). The theme also constantly incorporates various other latest technologies.

* Ionic
* Ionic Native
* Angular JS
* Node JS

### Ionic

[**Ionic**](https://ionicframework.com/) is a complete open-source SDK for hybrid mobile app development. Ionic is built on top of [Angular](https://angular.io/). Ionic provides tools and services for developing hybrid mobile apps using Web technologies like CSS, HTML5, SASS. App stores and apps can be built with these Web technologies and then distributed through native to be installed on devices by leveraging Cordova.

For more : <https://ionicframework.com/>

### Ionic Native

[**Ionic Native**](https://ionicframework.com/docs/native/) is a [TypeScript](https://www.typescriptlang.org/) wrapper for[ Cordova/PhoneGap](https://cordova.apache.org/) plugins that makes adding any native functionality you need to your [Ionic](https://ionicframework.com/) mobile app easy.

For more : <https://ionicframework.com/docs/native/>

### Angular JS

[**AngularJS**](https://angular.io/) is a toolset for building the framework most suited to your application development. It is fully extensible and works well with other libraries. Every feature can be modified or replaced to suit your unique development workflow and feature needs.

For more : <https://angularjs.org/>

### Node JS

[NodeJS](https://nodejs.org/en/) is an open-source, cross-platform JavaScript run-time environment for executing JavaScript code server-side. NodeJS is a JavaScript runtime built on [Chrome's V8 JavaScript engine](https://developers.google.com/v8/). NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. NodeJS package ecosystem, [npm](https://www.npmjs.com/) is the largest ecosystem of open source libraries in the world.

For more : <https://nodejs.org/en/>
