From fe6d698674c9a7a56a292df85f783bd07233162b Mon Sep 17 00:00:00 2001 From: Peter-The-Great Date: Sun, 16 Oct 2022 23:49:39 +0200 Subject: [PATCH] Add Refrigerator App --- Projects/3-Advanced/Refrigerator-App.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Projects/3-Advanced/Refrigerator-App.md diff --git a/Projects/3-Advanced/Refrigerator-App.md b/Projects/3-Advanced/Refrigerator-App.md new file mode 100644 index 00000000..f49477b5 --- /dev/null +++ b/Projects/3-Advanced/Refrigerator-App.md @@ -0,0 +1,25 @@ +# Refrigerator App + +**Tier:** 3-Advanced + +Users are able to use an IoT solution for managing their refrigerator + +## User Stories + +- [ ] User are able to change the temperature inside the fridge. +- [ ] A database or records of all the food stored in the fridge. +- [ ] Alarm System for when the temperature is to cold or hot. + +## Bonus features + +- [ ] User can change between dark/light mode to change layout. +- [ ] Give user recommendations of what to eat. + +## Useful links and resources +- [Smart Fridge refrigerator database system](https://github.com/flsing/Smart-Fridge) + +## Example projects + +- [Smart Fridge app made for android in Java made by crolopez](https://github.com/crolopez/smart-fridge-app) + +- [A refrigerator management app with Slack integration by alyssalew](https://github.com/alyssalew/my-smart-fridge)