Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.34 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.34 KB

Tea Selector

I can never decide which tea to have, and neither can my friends. This app choose the tea for us!

Mobile App

The mobile app was built using React Native, targeting Android.

The main function of the app is to select a tea that each 'drinker' posses. If none are selected, a random tea is selected.

Beyond that, the user is free to use a range of management options. This includes adding/deleting teas, adding/deleting tea types, adding/deleting owners, and also adding/deleting teas from users.

Additionally, a login is required to use the app. The 'account' tab lets the user change their password, or log out.

API

pipeline status coverage report

This API provides all the data and functionality needed for the app. It was built using Golang. You can read more about the API here