A simple ecommerce web application built using vuejs

typescript-vuejs-ecomm-app A simple ecommerce web application built using nodejs, typescript, firebase, AWS S3 & DynamoDB on the backend. With vuejs and vuetify on the frontend. Preview Login page Home page Product page Cart page Cart page 2 TODO … more Read More

A wrapper to allow use perfect-scrollbar for vue

vue-perfect-scrollbar-z vue-perfect-scrollbar-z: this is a wrapper to allow use perfect-scrollbar :v LIVE EXAMPLE Version: 1.0.0 Usage Install the package npm install vue-perfect-scrollbar-z Import the module in the place you want to use: import Scrollbar … more Read More

Audio-reactive visual created with ThreeJS

ThreeJS starter This is a general template for ThreeJS applications. It uses Parcel to create the bundle and Tweakpane for live updates. View Demo View Github Before we start This has been developed with NodeJS 14.15.5 ; it should work with other versions … more Read More

A file manager app built with React Native & Expo

Expo File Manager With this app you can import/export photos and videos from/to photo gallery and also download files directly from the web. Files managed by the app are kept within app’s folder therefore they are not exposed to phone’s built-in file … more Read More

React Feature Flag Hooks and wrapper

React FeatureFlag Hooks and wrapper Hooks useFlagHook useGaurdHook usage useGaurdHook(‘awesome-button’) | return boolean update feature flags on the fly The useFlagHook give updateContext method callback after each update the updateContext accepts callback … more Read More

A modern importer written in React

react-importer A modern importer written in React Install npm install –save react-importer Usage <Importer fields={[ { label: “Name”, key: “name”, validators: [ { validate: “required” }, ] }, { label: “Email”, … more Read More