Other
Technology
Angular js
AngularJS is a structural framework for dynamic web apps. It lets you use HTML as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. Angularjs’s data binding and dependency injection eliminate much of the code you currently have to write. And it all happens within the browser, making it an ideal partner with any server technology.
Node js
Node is a JavaScript runtime powered by Google’s Chrome V8 JavaScript engine. It can be described as JavaScript that has been given the ability to run on the computer, instead of the browser like normal JavaScript. This is made possible by the V8 JavaScript runtime engine. Based on a module architecture, Node simplifies the development of complex applications. Node.js allows you to build utilities with which you can concatenate and create JavaScript files on your PC.
React js
React is built around development using components. Common React design elements can be broken down into individual components. React Buttons, fields, forms etc., can be saved and reused when the application developer intends to create another mobile or web UI project. This saves time and effort for the developer as they don’t need to write code again for the same components in the future.
