Boba the App is a web application that helps Boba lovers locate cafes that serve boba. Users can use the geolocation feature to find boba stores near them, or they can manually input a city or zipcode. Users can also sign up for an account to contribute ratings to the "Boba" community by rating different shops.
- Python (Flask, Jinja)
- Javascript (Jquery, ReactJS)
- HTML/CSS
- Bootstrap
- PostgreSQL
- SQLAlchemy
- Google Maps API (Nearby Search, Places)
When you first arrive at the landing page, you can enter the website by scrolling down. A parallax scroll uses javascript to turn the page into a milk-tea colored background and the user is asked if they're "down to boba".
When you click the link you enter the website and the browser prompts you for permission to access your location. If the user grants access an API call is made to Google Maps and a map is rendered using javascript with clickable custom icons.


