https://github.com/matigaleanodev/foodly-notes
Frontend de aplicación orientada a la búsqueda, guardado y organización de recetas de cocina, con soporte para listas de compras, favoritos y traducción automática de contenido
https://github.com/matigaleanodev/foodly-notes
angular angular-standalone cooking-recipes ionic spoonacular-api
Last synced: 4 months ago
JSON representation
Frontend de aplicación orientada a la búsqueda, guardado y organización de recetas de cocina, con soporte para listas de compras, favoritos y traducción automática de contenido
- Host: GitHub
- URL: https://github.com/matigaleanodev/foodly-notes
- Owner: matigaleanodev
- Created: 2026-01-17T21:10:31.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T20:58:05.000Z (4 months ago)
- Last Synced: 2026-02-12T04:39:09.389Z (4 months ago)
- Topics: angular, angular-standalone, cooking-recipes, ionic, spoonacular-api
- Language: TypeScript
- Homepage: https://foodlynotes.app
- Size: 9.31 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.en.md
Awesome Lists containing this project
README
# Foodly Notes – Frontend
🌐 Versión en español: [README.md](./README.md)
**Foodly Notes** is an application focused on searching, saving and organizing cooking recipes.
It supports **favorites**, **shopping lists**, and **automatic translation** of content.
This repository contains the **frontend** of the application, built with Ionic and Angular,
designed for real-world mobile and web usage.
---
## 🧩 General architecture
- **Framework**: Ionic + Angular (standalone)
- **Styling**: SCSS
- **Internationalization**: ES / EN
- **Local storage**: Ionic Storage
- **API consumption**: Custom backend (NestJS)
---
## 🛠️ Tech stack




---
## 🌍 Internationalization
- Supported languages: **Spanish** and **English**
- Centralized translation keys
- Validation script to detect missing keys
```bash
npm run i18n:check
```
---
## 📱 Main features
- Daily recipes
- Advanced search
- Favorites
- Recipe-based shopping lists
- Detailed recipe view
- Legal pages (Terms and Privacy Policy)
- App info screen with version and stage
---
## 🧑💻 Development
For local setup and development instructions:
👉 [DEVELOPMENT.md](./DEVELOPMENT.md)