Skip to content

annetawamono/where-did-i-put-it-PWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Where did I put it 🤷‍♀️

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.

Project details

Project todo

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

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.