{"id":18743694,"url":"https://github.com/abdullah0dev/coffee-shop-app","last_synced_at":"2025-11-21T20:30:13.724Z","repository":{"id":255124628,"uuid":"805700663","full_name":"Abdullah0Dev/Coffee-Shop-app","owner":"Abdullah0Dev","description":"A modern Coffee shop Application with React Native CLI","archived":false,"fork":false,"pushed_at":"2024-09-05T02:51:21.000Z","size":14857,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T19:45:45.645Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Abdullah0Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-25T08:07:15.000Z","updated_at":"2024-09-05T02:51:24.000Z","dependencies_parsed_at":"2024-11-07T16:12:21.781Z","dependency_job_id":"1325d52a-c841-4714-a4a4-4817c2942cee","html_url":"https://github.com/Abdullah0Dev/Coffee-Shop-app","commit_stats":null,"previous_names":["abdullah0dev/coffee-shop-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah0Dev%2FCoffee-Shop-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah0Dev%2FCoffee-Shop-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah0Dev%2FCoffee-Shop-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdullah0Dev%2FCoffee-Shop-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdullah0Dev","download_url":"https://codeload.github.com/Abdullah0Dev/Coffee-Shop-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627300,"owners_count":19670844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T16:12:16.413Z","updated_at":"2025-11-21T20:30:13.372Z","avatar_url":"https://github.com/Abdullah0Dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BeanScene\n\nWelcome to **BeanScene**! This project is a modern, feature-rich mobile application built using the latest technologies in the React Native ecosystem. The application supports functionalities such as adding to cart, removing from cart, adding to favorites, removing from favorites, and a comprehensive payment page, all wrapped in a sleek dark mode interface.\n \u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/NFFmB2pP/Home-Screen.png\" alt=\"Home Screen\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/ZK9pQ39W/Cart-Screen.png\" alt=\"Cart\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/xTWMVCHt/Order-History-Screen.png\" alt=\"Order History\" width=\"200\"/\u003e\n\u003c/div\u003e\n## Features\n\n- **Add to Cart**: Easily add items to your cart.\n- **Remove from Cart**: Remove items from your cart with a single tap.\n- **Add to Favorites**: Mark items as favorite for quick access.\n- **Remove from Favorites**: Remove items from your favorites list.\n- **Payment Page**: Seamlessly integrated payment page for checkout.\n- **Lottie Animation**: Smooth animations using Lottie for enhanced user experience.\n- **AsyncStorage**: Persistent storage using AsyncStorage for saving user data.\n- **Blur Effect**: Modern blur effects for a stylish interface.\n- **Dark Mode**: A modern look with a sleek dark mode interface.\n\n## Technologies Used\n\n- **React Native**: For building cross-platform mobile applications.\n- **Redux**: State management library for managing application state.\n- **Zustand**: Lightweight state management solution.\n- **Immer.js**: Immutable state management made simple.\n- **Lottie for React Native**: For adding delightful animations.\n- **AsyncStorage**: Persistent storage solution for React Native.\n- **React Native Blur**: For implementing blur effects.\n\n## Installation\n\nTo get started with this project, follow these steps:\n\n1. **Clone the repository**:\n   ```bash\n   git clone https://github.com/Abdullah0Dev/Coffee-Shop-app.git\n   cd Coffee-Shop-app\n   ```\n\n2. **Install dependencies**:\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Link native dependencies** (for React Native versions below 0.60):\n   ```bash\n   react-native link\n   ```\n\n4. **Run the application**:\n   ```bash\n   npx react-native run-android\n   # or\n   npx react-native run-ios\n   ```\n\n## Usage\n\nOnce the application is up and running, you can start exploring the features:\n\n- **Home Screen**: Browse products and navigate to details.\n- **Cart**: Add or remove items from the cart.\n- **Favorites**: Manage your favorite items.\n- **Payment**: Complete the checkout process.\n- **Settings**: Toggle dark mode and other preferences.\n \n## Screenshots\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/NFFmB2pP/Home-Screen.png\" alt=\"Home Screen\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/ZK9pQ39W/Cart-Screen.png\" alt=\"Cart\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/L4Qjvvsd/Favorites-Screen.png\" alt=\"Favorites\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/C52D1M2M/Coffee-Details-Screen.png\" alt=\"Coffee Details\" width=\"200\"/\u003e\n  \u003cimg src=\"https://i.postimg.cc/xTWMVCHt/Order-History-Screen.png\" alt=\"Order History\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n## Contact\n\nIf you have any questions or feedback, please feel free to reach out:\n\n- **Email**: abdullahdev001@gmail.com\n- **GitHub**: [AbdullahDev](https://github.com/Abdullah0Dev)\n- **LinkedIn**: [Abdullah1Dev](https://www.linkedin.com/in/abdullah1dev/)\n\nThank you for checking out BeanScene! We hope you find it useful and enjoyable. Happy coding! 🚀\n\n---\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah0dev%2Fcoffee-shop-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullah0dev%2Fcoffee-shop-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullah0dev%2Fcoffee-shop-app/lists"}