We've all visited grocery stores and found ourselves retracing our steps or revisiting aisles because we missed an item on our hand written list or because our 'generic' shopping app categorizes items in a way that doesn't match our store layout. This progressive web app is a shopping app that allows you to customize your favorite grocery store layouts so you can zip in and out as efficiently as possible.
npm start
Note: this is just a frontend demo. For a build that includes a server, go here.
- Customizable grocery stores and store layouts, in JavaScript
- Click on list items to add notes
- Autocomplete search input
- Fast, accessible progressive web app
- Top 10 faves list based on usage history (not in demo version)
- Dark mode, because why not?!
- Cute bear to brighten your day (load the app)
- create-react-app: To create React application
- material-ui: To create Material Design UI components
- gh-pages: To deploy demo site on GitHub pages