This app is designed for mobile use only currently. I was motivated to create this project because my mom kept forgetting which house she left her things. I wanted to solve her problem by creating a mobile app that keeps track of where her things are. I leveraged my web dev skills to create a mobile app using a PWA and IndexedDB.
- State management is maintained by vuex.
- App design created in Penpot.
- Vuetify for the UI.
- IndexedDB for data storage.
- Vue router used for multi-page routing.
This is a list of features and fixes I intend to address for the project:
- Onboarding screen
- Snackbar to alert users when a CRUD action has taken place
- Move item categories to state management
- Fix qty slider to be more user friendly
- Change PWA loading screen
- Add logo to favicon and app icon
- Form validation
npm install
npm run serve
npm run build
npm run lint