Skip to content

amanuelyosef/Aman-shop

Repository files navigation


Aman Shop

A peer-to-peer shopping app built using Jetpack Compose, open-sourced for contribution and learning purposes. The app focuses on UI implementation and provides a foundation for future logic development.

This shopping app's UI is created for demonstration and practice and is not connected to any API. All its resources are defined within the app or saved locally.

The app was created to enhance Jetpack Compose skills and serve as a foundation for future projects. It is open-source to gather recommendations and receive contributions to improve the UI and overall structure.

Note: All listed features are implemented as UI only; logic implementations are not included. The app includes some non-functional endpoints (e.g., selling, user registration) for demonstration purposes. Contributions are welcome, as the app is still in early development.

Screenshots

 





Features

The app includes the following UI screens:

  • User chat and negotiation for products.
  • Cart management (adding, viewing items).
  • Seller performance tracking (product views).
  • Buyer feedback and seller reporting.
  • Google and Facebook login integration (UI).
  • Notify users on Message and necessary events (viewed phone number, sent call me back ...)
  • Filter the searched products based on brand, category and etc.

Usage

The app provides a UI for peer-to-peer shopping. Users can browse items, chat with sellers, manage a cart, and view seller performance.

Used Tech Stacks

  • Kotlin - Kotlin is a programming language that can run on JVM. Google has announced Kotlin as one of its officially supported programming languages in Android Studio; and the Android community is migrating at a pace from Java to Kotlin.
  • Jetpack components:

    • Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI. It simplifies and accelerates UI development on Android. Quickly bring your app to life with less code, powerful tools, and intuitive Kotlin APIs.
    • Android KTX - Android KTX is a set of Kotlin extensions that are included with Android Jetpack and other Android libraries. KTX extensions provide concise, idiomatic Kotlin to Jetpack, Android platform, and other APIs.
    • AndroidX - Major improvement to the original Android Support Library, which is no longer maintained.
    • Lifecycle - Lifecycle-aware components perform actions in response to a change in the lifecycle status of another component, such as activities and fragments. These components help you produce better-organized, and often lighter-weight code, that is easier to maintain.
    • ViewModel -The ViewModel class is designed to store and manage UI-related data in a lifecycle conscious way.
    • Android Jetpack Adaptive - Provides tools for building adaptive UIs that respond to different screen sizes and device configurations
    • Android Jetpack Lifecycle - ViewModel Compose - Facilitates the management of UI-related data in a lifecycle-conscious way, surviving configuration changes.
    • Android Jetpack Navigation - Compose - Enables navigation between composables within your app.
  • Kotlin Coroutines - A concurrency design pattern that you can use on Android to simplify code that executes asynchronously.

Contributing

We welcome contributions! If you would like to contribute to the Nike Store app, please follow these guidelines:

  1. Fork the Repository: Create your own fork of the project.
  2. Create a Branch: Make your changes in a new branch.
    git checkout -b feature/YourFeature
  3. Commit Your Changes: Make sure to write clear commit messages.
    git commit -m "Add feature"
  4. Push to Your Fork: Push your changes back to your fork.
    git push origin feature/YourFeature
  5. Create a Pull Request: Submit a pull request to the main repository.

License

This project is licensed under the Apache 2.0 License.

Contact

About

A peer-to-peer shopping app built using Jetpack Compose, open-sourced for contribution and learning purposes. The app focuses on UI implementation and provides a foundation for future logic development.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages