This repository was archived by the owner on Jul 11, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Temmi Pietsch edited this page Jul 11, 2026
·
4 revisions
alimonia-expo-old was an early cross-platform attempt to realize the idea of alimonia, built with Expo / React Native. It followed the first native prototype, alimonia-ios, and later gave way to a rebuilt version: alimonia-expo, the current and actively developed app.
# Install dependencies
npm install
# Start the Expo dev server
npm start
# Or launch directly on a platform
npm run ios
npm run android
npm run webOpen the project in Expo Go or a development build to run it on a device or simulator.
- Expo SDK 46 · React Native 0.69.6 · React 18
- TypeScript
- React Navigation (bottom tabs + native stack)
- Redux with redux-loop
- styled-components
- i18n-js for English & German localization
App.tsx App entry, Redux store setup
navigation/ React Navigation config (tabs + stack)
screens/ Recipes, ShoppingList, AddRecipe, NotFound
components/ Reusable UI (RecipeCard, Typography, AlimoniaView)
store/ Redux reducer, actions, action creators
translations/ en.json, de.json
hooks/ useCachedResources (fonts & assets)
constants/ Layout constants
Screenshots of the prototype can be added here.
🚧 Not actively developed This project is no longer maintained. All ongoing and future development happens in alimonia-expo.
The core idea behind alimonia is to provide:
- Personalized weekly nutrition planning
- A calendar-like view for organizing meals
- Grocery list management
- Recipe nutrition data to track calorie intake
- Integration with Apple Health
- alimonia-ios Repository — the first native iOS prototype
- alimonia-expo-old Repository
- alimonia-expo Repository — the current, actively developed app
✨ This wiki is meant as historical documentation of an early cross-platform iteration of alimonia. For the actively developed app, please visit the alimonia-expo Wiki.