A small web app I've made for the retail store I work at. It imports Excel sheets and stores everything in IndexedDB. All data is stored in the browser and never leaves the client.
Requirements
- User can import data from an Excel sheet
- User is able to mark which parcels are present
- Data must persist between visits
- Data must stay in the browser, as it could contain sensitive data
- User can fuzzy search for parcels
- Application must be installable with Chrome
