This repo contains my project from the first half of STEP. This work is based on the Google Software Product Sprint program.
Boba Bud is a fun website for boba lovers to find nearby tea places!
The web application was created using HTML, CSS, Javascript, and Java Servlets. It is built and deployed using Maven.
- Google Datastore API: for storing and retrieving user comments
- Google Nearby Places API: for searching for nearby tea stores and accessing basic details on the stores
- Google UserService API: for allowing the user to log in/out
- Google Maps Javascript API: for displaying dynamic maps of each store's location
From the homepage, the user searches for a drink:

and are presented with many stores nearby which offer the drink:

Once the users chooses a store, they can view it's rating, whether it is open right now, and the location on a dynamic map:
