Technologies

it describes various technologies used in the project.

The components of the app are built using the core components of Ionic and Ionic Native. The theme also constantly incorporates various other latest technologies.

  • Ionic

  • Ionic Native

  • Angular JS

  • Node JS

Ionic

Ionic is a complete open-source SDK for hybrid mobile app development. Ionic is built on top of Angular. 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 is a TypeScript wrapper for Cordova/PhoneGap plugins that makes adding any native functionality you need to your Ionic mobile app easy.

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

Angular JS

AngularJS 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 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. NodeJS uses an event-driven, non-blocking I/O model that makes it lightweight and efficient. NodeJS package ecosystem, npm is the largest ecosystem of open source libraries in the world.

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

Last updated