Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
Temmi Pietsch edited this page Jul 11, 2026 · 4 revisions

Welcome to the alimonia-expo-old Wiki 🥦

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-app, the current and actively developed app.

🚀 Getting Started

# 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 web

Open the project in Expo Go or a development build to run it on a device or simulator.

🧩 Tech Stack

🗂️ Project Structure

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

Screenshots of the prototype can be added here.

ℹ️ Status

🚧 Not actively developed This project is no longer maintained. All ongoing and future development happens in alimonia-app.

💡 About alimonia

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

🔗 Related

✨ This wiki is meant as historical documentation of an early cross-platform iteration of alimonia. For the actively developed app, please visit the alimonia-app Wiki.

Clone this wiki locally