This is the lite minimum viable product for bdfi, built as a single page application, using the browser's indexedDB for local storage of data. This software if free open source.
This project is deployed on Netlify CDN and installable as an SPA. https://bdfi.netlify.app/
Once the application has been visited, no internet connection is required to use it and save your data. There is no server, all data is stored in your browsers local storage.
Built with VueJS 2.6 and TailwindCSS 1.1
npm install
npm run serve
npm run build
npm run lint