Quizanga is simple trivia/quiz app. App provides question for each turn as well as keeps track of participants points and add points to the player
if question was answered correctly and remove points if the answer was wrong.
I came up with this project because I wanted to implement API calls for the first time as well as I wanted to do more testable app,
my first approach in making this app was TDD although it didn't worked out very well so I just tried to make as much test coverage as possible.
Ultimate food cost calculator for chefs, freelancing caterers or anyone who need to calculate real cost of their dishes.
User needs to input products information with their data(price, waste percent, tax), based on those products user can make dishes or half products which can be used in dishes.
Half products are ingredients that contain another ingredients, let's say we use in our restaurant same marinated shrimp in two different dishes eg.
Shrimp marinated in soy sauce, sesame oil, chilli and garlic. We can create our half product as Marinated shrimp input all of ingredients for it and then re-use it in dishes to calculate food cost .
App supports metric and basic US system units.
My first firebase project, staying focused on learning new things and using skills I have already learnt.
So far app allows user to sign up(with google, facebook or email address ) order a bake good, pay for it (or not), follow his orders, check orders history,
check shopping cart. I look at this project as a template in case I'd need to build a commerce app like shop, barber studio app where customers can book services or anything else.
I am very happy with the functionality of the app!