Skip to content

Repository files navigation

PequeLemon App 🍋

PequeLemon is a digital menu Android app built with Jetpack Compose. Users can browse dishes, filter categories, view details, register once, and manage a persistent user profile.


✨ Features

Completed

  • User Registration — onboarding flow with persisted user data
  • Menu Exploration — list of dishes with images, descriptions, and prices
  • Category Filters — Starters, Mains, Desserts, Drinks
  • Search — find dishes instantly
  • Dish Details — large image + description + price
  • User Profile — view/edit stored user information

Upcoming

  • Additional menu sections
  • More UI refinements

🛠 Tech Stack

  • Kotlin
  • Jetpack Compose
  • Navigation Component
  • Coil (image loading)
  • DataStore (user persistence)
  • Material Design (custom theme)

📦 Setup

git clone https://github.com/AzulRK22/PequeLemon.git
cd PequeLemon

Open in Android Studio Arctic Fox or newer and let Gradle sync.

Run on an emulator or physical device using Run ▶.


📁 Project Structure

PequeLemon/
├── app/src/main/java/...       # Compose UI, navigation, DataStore
├── app/src/main/res/...        # Themes, colors, strings
├── AndroidManifest.xml
├── build.gradle
└── settings.gradle

🖼 Screenshots

Below are some key screenshots of the app:

Registration Screen Home Screen Plate details User Profile
Registro Inicio Detalles del plato Perfil de Usuario

These screens show the flow of the application, from initial registration to menu navigation and viewing of the user profile.

🤝 Contributing

  1. Fork the repo
  2. Create a branch: git checkout -b feature/new-feature
  3. Commit: git commit -m "Add new feature"
  4. Push: git push origin feature/new-feature
  5. Open a Pull Request

📄 License

MIT License


📬 Contact

Portfolio: https://www.azulrk.com

About

Jetpack Compose restaurant menu app where users register once, then browse and filter dishes, view details with images, and manage their profile. Built in Kotlin with Navigation, Coil, and DataStore for user persistence.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages