module-pattern
There are 216 repositories under module-pattern topic.
MindPatch/scant3r
ScanT3r - Module based Bug Bounty Automation Tool ( use Lotus instead github.com/bugBlocker/lotus )
syncfusion/ej2-javascript-ui-controls
Syncfusion JavaScript UI controls library offer more than 50+ cross-browser, responsive, and lightweight HTML5 UI controls for building modern web applications.
ndiritumichael/Rick-and-Morty-Compose
Simple android application that consumes Rick and Morty API to display characters,episodes,Location. Using it to demonstrate clean architecture and modularization in android development.
ditsmod/ditsmod
Ditsmod is a Node.js-based web framework designed for building highly extensible and fast applications. Its name combines DI + TS + Mod to highlight its key features: it includes Dependency Injection, is written in TypeScript in ESM format, and is designed with strong Modularity in mind.
SilenceDut/Hub
Android 开发中通过接口获取实现类,可用于module之间的通信,通过注解解决module的依赖初始化问题,良好的多线程环境下的线程安全以及性能。a concise di library which can get implementation class for a interface easily in multiple module app , also avoid check null when want to invoke a implementation by interface.
BharathVishal/Message-communication-using-Wearable-Data-Layer-for-Android-Wear-OS
A two way message communication app for Wear OS that makes use of Wearable data layer API. Send/receive messages from your wearable/mobile device.
pratiksh404/adminetic
Admin starter kit with user, role and permission, activity, settings and preference management along with CRUD, ACL, BREAD Permission, Repo Pattern, SuperAdmin Generator
BevyUp/react-native-modular
Modular apps with React Native 📦📲
aiyu-ayaan/BIT-App
Simple android app for BIT Lalpur students
tarhi-saad/TodoMVC-Vanilla-ES6
The best To-Do List app in Vanilla JS
fionafernando/Student---Teacher--management-System
React Js / Bootstrap
spckio/spck-module
Module loading library for https://spck.io
tirthajyoti-ghosh/Battle-of-Grandia
An adventure RPG game built with Phaser3.
IbrahimTanyalcin/taskq
Async module loader with declerative dependency management in HTML and compatibility with ES6 import/export
radarsu/radarsu
Node.js server-side TypeScript framework with one thing in mind - removing code is easier than writing it. Auto-generated Swagger docs, REST, GraphQL, WebSockets and others - have it all, delete what you don't need 🙈🙉🙊
tirthajyoti-ghosh/weather-app
A JS app that shows weather data by city.
riteshakya037/multiple-app-modules
This project demonstrates how two different application can share different modules and be listed into a single project.
danprzy/Budget-app-JS
This is an app that calculates a basic budget based on a list of income and expenses.
erlandmuchasaj/laravel-modular-starter
A Laravel modular starter that simply works
KURO-CODE/Shell-Modules
Shell code modules.
Lyduz/nitibo
A Nativescript-Vue Class Component Starter Template Using Module-Oriented Structure
marcft/tic-tac-toe
Play with a friend, customize player names, and experience the joy of victory in this classic two-player game. Simple, interactive, and endlessly entertaining!
tirthajyoti-ghosh/react-calculator
A calculator app built with React.
wholeGale/Componentization
模块化(Modular)与组件化(Componentization)探索
binaryroot/AndroidModuleArchitecture
Android Module Architecture
cuongdinhngo/jutility
Laravel Japanese Utility: CSV, Japanese Localization, Japan Post Code
deno911/kit
Starter template to painlessly create deno modules - and publish them, too!
rubenpazch/js-weather-app
This project is about building a web application to show a weather forecast using weather API from external services like openweathermap.org and giphy.com, you should be able to search for a specific location and toggle displaying the data in Fahrenheit or Celsius, to use the app place a name of the city and click on search, every time you click on search the info will go to the left, you can have three different results.
a5533348/AModuler
Android modularization with MVP and Dagger.android(Android组件化+MVP+Dagger2最佳方案)
daniyalmaster693/Tic-Tac-Toe
A tic tac toe game made using HTML, CSS, and Javascript. The app uses a clean and simple UI, and has support for two players.
Deborarss/food-calorie-calculator
A UI for tracking calories count for food and drink
devleague/js-calculator
an exercise in revealing module pattern
Elyes-Be/modular-javascript-ES5
Examples of implementing javascript modules ES5
temesghentekeste/library-js
A project from the Microverse JavaScript Module intended to showcase skills in DOM manipulation, Module pattern, and ES6 Classes.
ElvinWeb/GitFinder
Find a github profile in seconds
rahuldangeofficial/tic-tac-toe
building a "gameBoard" module using IIFE, "player" as a factory function, and utilising private variables and functions to create a tic tac toe game for practise, Module Design