Studiet app is mobile application that helps people (not just students, but particularly them) to consume healthier food and spend less money on it by giving advices what and where to buy.
- User registration. Ability to enter body parameters. We will use this table (https://i.pinimg.com/originals/60/34/74/603474d6490f7fb8ca290968fdec5344.jpg) for our calculations to decide whether user is overweight or underweight We will use FirebaseUI Auth which provides ability to authentificate through google account,facebook, phone number etc.
- Calculation of condition and creating optimum eating habits plan. We will use this API https://developer.edamam.com/food-database-api-docs which allows to parse food, get its type and nutrient quantity
- Ability of keeping records of consumed food
- Ability to track food sales in supermarkets
Frontend
- React Native, Expo
- CSS3
- AJAX
Backend
- NodeJS
- Firebase
- GoogleAPI