Got It! App
August 13, 2022 ยท View on GitHub
Overview
Got It! is a shopping list app for anyone who loves to cook, prep, and plan on the regular.
Got It has a recurring list feature where you can stay on top of your recurring shopping lists on a regular basis. Save in time and energy as Got It makes regular shopping simple and more efficient for both individuals and groups by use of its shareable lists feature.
https://got-it-app.herokuapp.com/
Note: To sign into Got It, you need to use a valid Gmail account. While this application is currently awaiting authentication verification from Google, only authorized test users may sign in. For demonstration purposes, please sign in using gmail account TesterGotIt@gmail.com. Please contact for sign-in info. Please allow pop-ups for this app.
Technologies
- HTML
- CSS
- JavaScript
- PostgreSQL
- Express.js
- React.js
- Node.js
- Google Cal API
- Google OAuth2
- Bootstrap
How To Install & Run
Got It! is currently hosted on Heroku.
If you'd like to quickly install and run this app locally, please install the project dependencies and run it following these instructions:
- Have Docker and Node.js installed
- Have Docker running
- Clone the repo
- Run a terminal and cd into directory "GotIt". Run the following commands:
npm installcd appnpm installcd ..(back into root folder for 'GotIt')npm db:initnpm start- Open http://localhost/3000 to view
Optional: To view the database in your console, open a terminal window and run npm run psql
For optimal debugging/reviewing code, follow these instructions:
- Have Docker and Node.js installed
- Have Docker running
- Clone the repo
- Run a terminal and cd into directory "GotIt". Run the following commands:
npm installnpm db:initnpm db:startcd servernodemon server.mjscd ..(back into root folder for 'GotIt')cd appnpm start- Open http://localhost/3000 to view
For ongoing development (without reinstalling), follow these instructions:
- Have Docker and Node.js installed
- Have Docker running
- Run a terminal and cd into directory "GotIt". Run the following commands:
npm db:start- In a new terminal tab:
cd server && nodemon server.mjs - In another new terminal tab:
cd app && npm start - Open http://localhost/3000 to view
Optional: To open the console to the database, open a terminal window and run npm run psql
To check the Heroku database, open a terminal window and run heroku psql --app got-it-app
How To Close App
- Run
ctrl + Cin "GotIt" directory. (If you opened the app following the instructions for debugging/reviewing code, you'll have to runctrl + Cin the app and server directories instead of the project root directory).
Database Schema
User Flow
Homepage Wireframe
Demo and Screenshots
Below: homepage to view all lists
Below: a view to show how to edit an item
Below: A screenshot to show how to adjust frequency of a list
Below: A screenshot of Daily, Weekly, Monthly recurring tasks being checked with return dates
Below: A screenshot of Daily, Weekly, Monthly recurring tasks that have returned back to the list as unchecked items on 05/25
Below: A screenshot of the user's upcoming events from their Google Calendar listed as a table at the bottom of the page
Below: A screenshot to view one list, with both completed and non-completed items in view
Known Risks
- Getting sign-in with OAuth2 in time with Google API
- Getting verified by Google to allow non-test users for sign in in time for demonstration
Future Development
- Capability to share lists with non-users (with passwords)
- Inventory feature where users can track items they have and re-add needed items to lists