ekafyi / johnnydecimal-index-generator

Code for the Johnny Decimal Index Generator web app

Home Page:https://johnny-decimal-generator.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Johnny•Decimal Index Generator

Code for the Johnny Decimal Index Generator web app

  • Design your Johnny Decimal system with a drag & drop interface
  • Generate the JD index in text format once you’re done
  • Web Share API — Share easily from mobile devices
  • PWA + Workbox — Install it and/or use it offline

Develop

# clone from this repo or from your own fork
git clone https://github.com/ekafyi/johnnydecimal-index-generator.git
cd johnnydecimal-index-generator

# install dependencies (example with npm; you may also use yarn)
npm install

# run on develop mode
npm run start

# build to static "/build" directory
npm run build

About

Code for the Johnny Decimal Index Generator web app

https://johnny-decimal-generator.netlify.app/

License:MIT License


Languages

Language:Svelte 58.9%Language:TypeScript 21.6%Language:HTML 10.1%Language:JavaScript 9.5%