https://github.com/mindkerchief/tinda
An Android application that provides existing local shops nearby. Browse directly from their local shop's products and promos.
https://github.com/mindkerchief/tinda
android basket local nearby product shopping store
Last synced: about 2 months ago
JSON representation
An Android application that provides existing local shops nearby. Browse directly from their local shop's products and promos.
- Host: GitHub
- URL: https://github.com/mindkerchief/tinda
- Owner: Mindkerchief
- License: mit
- Created: 2023-12-30T14:25:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T14:12:27.000Z (11 months ago)
- Last Synced: 2024-07-07T08:59:13.400Z (11 months ago)
- Topics: android, basket, local, nearby, product, shopping, store
- Language: Java
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ![tinda thumbnail][tinda-thumbnail] Tinda ![tinda badge][tinda-badge]
An Android application that provides existing local shops nearby. Browse directly from their local shop's products and promos. Products can only be reserved and bought directly from the store. The app will provide all the necessary information like price, promos, business time and navigation to make the process more convenient.## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [License](#license)
- [Acknowledgments](#acknowledgments)## Features
### Main Features
![home tab][home-tab]
![basket tab][basket-tab]
![account tab][account-tab]
- **Home** - Displays recommendations, new products and promos.
- **Basket** - List all selected items planned to be bought.
- **Account** - Access profile and tools for the user's account.![search bar][search-bar]
![search result][search-result]
- **Search Bar** - Search for specific products, stores and filter results by categories.
- **Search Result** - List the search results.### Additional Features
![nearby section][nearby-section]
![deal section][deal-section]
- **Favorite** - Mark the products to keep track of or plan to buy again.
- **Map** - Display all nearby stores in the map and navigation.
- **Nearby** - Display the nearby stores and their top products based on your location.
- **Deal** - List a user's posted product that can be secondhand.
- **History** - List all the user's actions.
- **Account Setting** - Provides more control over the app and account.## Installation
1. Download the latest version of [Tinda][release-page].
2. Install [Tinda-0.1.0-Alpha.apk][latest-release].## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.## Acknowledgments
- **[Android Studio][android-studio]**: For development environment.
- **[Google Maps][google-maps]**: For map provider.
- **[Glide][glide]**: For image loading and caching library.[tinda-thumbnail]: https://github.com/Mindkerchief/Tinda/assets/130748576/ddc0b66d-b5b2-49dd-b8b0-50cb54552e38
[tinda-badge]: https://img.shields.io/badge/Android-Local_Shopping-17B978[home-tab]: https://github.com/Mindkerchief/Tinda/assets/130748576/8bd781a3-3a9c-43c1-8844-8b608ff0fa5d
[basket-tab]: https://github.com/Mindkerchief/Tinda/assets/130748576/de6f8dda-cfcb-4e9e-a690-e2aa83a4445d
[account-tab]: https://github.com/Mindkerchief/Tinda/assets/130748576/9a66cd7c-2b93-41b1-b7c6-9d012c4acb0c
[search-bar]: https://github.com/Mindkerchief/Tinda/assets/130748576/6b70f3b1-8533-4a45-85c4-ba1918f6a262
[search-result]: https://github.com/Mindkerchief/Tinda/assets/130748576/d6e6985c-37e1-4743-a777-4abace6f509a
[nearby-section]: https://github.com/Mindkerchief/Tinda/assets/130748576/fd315f5a-049e-4f16-b006-a6e92bed009d
[deal-section]: https://github.com/Mindkerchief/Tinda/assets/130748576/7c2a8683-60d3-4d5c-ac8e-94cbdb103524[release-page]: https://github.com/Mindkerchief/Tinda/releases
[latest-release]: https://github.com/Mindkerchief/Tinda/releases/download/v0.1.0-Alpha/Tinda-0.1.0-Alpha.apk
[readme-mkc-standard]: https://github.com/Mindkerchief/README-MKC-Standard
[android-studio]: https://developer.android.com/studio
[google-maps]: https://developers.google.com/maps
[glide]: https://bumptech.github.io/glide/