zhouzx9999's repositories

android-client

An android client for the MifosX platform

Language:JavaLicense:MPL-2.0Stargazers:0Issues:0Issues:0

Angular---The-Complete-Guide---2023-Edition

Find the code bundle for "Angular - The Complete Guide [2023 Edition]" course here

License:MITStargazers:0Issues:0Issues:0
Language:JavaScriptLicense:MITStargazers:0Issues:0Issues:0
Language:TypeScriptStargazers:0Issues:0Issues:0

Angular-Design-Patterns-and-Best-Practices

Angular Design Patterns and Best Practices, Published by Packt

Language:TypeScriptLicense:MITStargazers:0Issues:0Issues:0

Angular-ERP

A common ERP front-end based on Angular-9

Language:TypeScriptStargazers:0Issues:0Issues:0

community-app

This is the default web application built on top of the Apache Fineract platform. The Mifos X Web App (formerly called Community App) is maintained by the Mifos Initiative as a reference solution for the financial inclusion community. It is a Single-Page App (SPA) written in web standard technologies like JavaScript, CSS and HTML5. It leverages common popular frameworks/libraries such as AngularJS 1.5, Bootstrap and Font Awesome

Language:HTMLLicense:MPL-2.0Stargazers:0Issues:0Issues:0

corifeus

🎮 Corifeus - Matrix

Language:JavaScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0
License:MITStargazers:0Issues:0Issues:0

DockerTemplate

微信云托管场景化案例集合,持续收集常见的Docker项目模版

Language:DockerfileStargazers:0Issues:0Issues:0

ERP-Apps-CRM-Cloud-Angular_Firebase

ERP Apps - CRM Cloud Angular 9 and Google FireStore database, Role based security

Language:HTMLStargazers:0Issues:0Issues:0

fineract

Apache Fineract

License:Apache-2.0Stargazers:0Issues:0Issues:0

FrontEnd-ERP-Angular9

ERP RESTful Web Service using Angular9 and Angular Material 9.2.1

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

gP2S

A laboratory information management system (LIMS) for cryoEM

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0
Language:HTMLStargazers:0Issues:0Issues:0

jetlinks-community

JetLinks 基于Java8,Spring Boot 2.x ,WebFlux,Netty,Vert.x,Reactor等开发, 是一个全响应式的企业级物联网平台。支持统一物模型管理,多种设备,多种厂家,统一管理。统一设备连接管理,多协议适配(TCP,MQTT,UDP,CoAP,HTTP等),屏蔽网络编程复杂性,灵活接入不同厂家不同协议等设备。实时数据处理,设备告警,消息通知,数据转发。地理位置,数据可视化等。能帮助你快速建立物联网相关业务系统。

Language:JavaLicense:Apache-2.0Stargazers:0Issues:0Issues:0

Learning-Angular-Fourth-Edition

Learning Angular, Fourth Edition published by Packt

License:MITStargazers:0Issues:0Issues:0

leave-sample

本代码来源于极客时间《DDD实战》专栏。

Language:JavaStargazers:0Issues:0Issues:0

miso-lims

MISO: An open-source LIMS for NGS sequencing centres

License:GPL-3.0Stargazers:0Issues:0Issues:0

ng-adminx

NG Admin theme is fully responsive. It comes with a big collections of elements that will offer you multiple possibilities to create the app that best fits your needs. It can be used to create admin panels, project management systems, web applications backend, CMS or CRM. The product represents a big suite of front-end developer tools that can help you jump start your project. We have created it thinking about things you actually need in a dashboard. Light Bootstrap Dashboard Angular 2 contains multiple handpicked and optimized plugins. Everything is designed to fit with one another. As you will be able to see, the dashboard you can access on Creative Tim is a customization of this product. ## Terminal Commands 1. Install NodeJs from [NodeJs Official Page](https://nodejs.org/en). 2. Open Terminal 3. Go to your file project 4. Run in terminal: ```npm install -g @angular/cli``` 5. Then: ```npm install``` 6. And: ```ng serve``` 7. Navigate to `http://localhost:4200/` ### What's included Within the download you'll find the following directories and files: ``` NG ADMIn ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── angular.json ├── documentation │   ├── css │   └── tutorial-lbd-angular2.html ├── e2e ├── karma.conf.js ├── package-lock.json ├── package.json ├── protractor.conf.js ├── src │   ├── app │   │   ├── app.component.css │   │   ├── app.component.html │   │   ├── app.component.spec.ts │   │   ├── app.component.ts │   │   ├── app.module.ts │   │   ├── app.routing.ts │   │   ├── home │   │   │   ├── home.component.css │   │   │   ├── home.component.html │   │   │   ├── home.component.spec.ts │   │   │   └── home.component.ts │   │   ├── icons │   │   │   ├── icons.component.css │   │   │   ├── icons.component.html │   │   │   ├── icons.component.spec.ts │   │   │   └── icons.component.ts │   │   ├── layouts │   │   │   └── admin-layout │   │   │   ├── admin-layout.component.html │   │   │   ├── admin-layout.component.scss │   │   │   ├── admin-layout.component.spec.ts │   │   │   ├── admin-layout.component.ts │   │   │   ├── admin-layout.module.ts │   │   │   └── admin-layout.routing.ts │   │   ├── lbd │   │   │   ├── lbd-chart │   │   │   │   ├── lbd-chart.component.html │   │   │   │   └── lbd-chart.component.ts │   │   │   └── lbd.module.ts │   │   ├── maps │   │   │   ├── maps.component.css │   │   │   ├── maps.component.html │   │   │   ├── maps.component.spec.ts │   │   │   └── maps.component.ts │   │   ├── notifications │   │   │   ├── notifications.component.css │   │   │   ├── notifications.component.html │   │   │   ├── notifications.component.spec.ts │   │   │   └── notifications.component.ts │   │   ├── shared │   │   │   ├── footer │   │   │   │   ├── footer.component.html │   │   │   │   ├── footer.component.ts │   │   │   │   └── footer.module.ts │   │   │   └── navbar │   │   │   ├── navbar.component.html │   │   │   ├── navbar.component.ts │   │   │   └── navbar.module.ts │   │   ├── sidebar │   │   │   ├── sidebar.component.html │   │   │   ├── sidebar.component.ts │   │   │   └── sidebar.module.ts │   │   ├── tables │   │   │   ├── tables.component.css │   │   │   ├── tables.component.html │   │   │   ├── tables.component.spec.ts │   │   │   └── tables.component.ts │   │   ├── typography │   │   │   ├── typography.component.css │   │   │   ├── typography.component.html │   │   │   ├── typography.component.spec.ts │   │   │   └── typography.component.ts │   │   ├── upgrade │   │   │   ├── upgrade.component.css │   │   │   ├── upgrade.component.html │   │   │   ├── upgrade.component.spec.ts │   │   │   └── upgrade.component.ts │   │   └── user │   │   ├── user.component.css │   │   ├── user.component.html │   │   ├── user.component.spec.ts │   │   └── user.component.ts │   ├── assets │   │   ├── css │   │   ├── fonts │   │   ├── img │   │   └── sass │   │   ├── lbd │   │   └── light-bootstrap-dashboard.scss │   ├── environments │   ├── favicon.ico │   ├── index.html │   ├── main.ts │   ├── polyfills.ts │   ├── styles.css │   ├── test.ts │   └── tsconfig.json ├── tslint.json └── typings.json ``` ## Useful Links Website: <https://amjayesh07.github.io/> Social Media: Stack-overflow: <https://stackoverflow.com/users/5912568/amjayesh07> Github: <https://github.com/amjayesh07> LinkedIn: <https://in.linkedin.com/in/amjayesh07> Behance: <https://www.behance.net/amjayesh07> Instagram: <https://www.instagram.com/amjayesh07/> [CHANGELOG]: ./CHANGELOG.md

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

Online-Shop-eCommerce-App-Angular-6-Firebase

Online eCommerce Store app in Angular 9.0 & Firebase

Language:HTMLLicense:MITStargazers:0Issues:0Issues:0

openui5

OpenUI5 lets you build enterprise-ready web applications, responsive to all devices, running on almost any browser of your choice.

Language:JavaScriptLicense:Apache-2.0Stargazers:0Issues:0Issues:0

OptiProERPWMS-Angular

OptiProERPWMS-Angular

Language:CSSStargazers:0Issues:0Issues:0

ruoyi-react-pro

React快速开发平台,基于阿里官方Ant Design生态链。后端完美兼容若依RuoYi-Vue,前端使用React 17,Hooks,UmiJS 3,Ant Design Pro 5, TypeScript构建。走过路过请给个星星✨✨✨,您的支持就是对开源最好的支持!

Language:JavaLicense:MITStargazers:0Issues:0Issues:0

serendipity

Serendipity is an open source Customer Engagement Platform

License:MITStargazers:0Issues:0Issues:0

thinglinks

a high-performance, high-throughput, and highly scalable IoT platform! A single instance can support millions of connections. It offers powerful custom extension capabilities. Built with Netty as the communication layer component, it supports plugin-based development and integration!

License:NOASSERTIONStargazers:0Issues:0Issues:0

thingsboard

Open-source IoT Platform - Device management, data collection, processing and visualization.

License:Apache-2.0Stargazers:0Issues:0Issues:0

thingsboard-gateway

Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols

License:Apache-2.0Stargazers:0Issues:0Issues:0

truly-ui

Truly-UI - Web Angular UI Components for Desktop Applications (Electron, NW, APP JS)

Language:TypeScriptLicense:NOASSERTIONStargazers:0Issues:0Issues:0

web-app

Mifos X Web App is the revamped version of the Mifos X Community App built on top of the Fineract Platform leveraging the popular Angular framework.

License:MPL-2.0Stargazers:0Issues:0Issues:0