{"id":26902079,"url":"https://github.com/nathangtg/appetite-ui-angular","last_synced_at":"2026-05-04T10:41:04.440Z","repository":{"id":238896690,"uuid":"796772761","full_name":"nathangtg/appetite-ui-angular","owner":"nathangtg","description":"Modern and responsive Angular-based UI for food ordering systems. Features a customer-facing ordering portal and comprehensive admin dashboard with restaurant, menu, and order management. Implements Angular's modular architecture, reactive programming with RxJS, and seamless API integration with the Laravel backend. Delivers a complete UI solution ","archived":false,"fork":false,"pushed_at":"2025-03-16T11:57:13.000Z","size":812,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T09:09:18.784Z","etag":null,"topics":["angular","angular-cli","front-end-development","material-ui","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/nathangtg.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-06T15:46:17.000Z","updated_at":"2025-03-16T11:57:54.000Z","dependencies_parsed_at":"2024-06-07T02:53:36.806Z","dependency_job_id":"c7077371-444f-42ab-9b65-62e0717ff35e","html_url":"https://github.com/nathangtg/appetite-ui-angular","commit_stats":null,"previous_names":["nathangtg/appetite-ui-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nathangtg/appetite-ui-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathangtg%2Fappetite-ui-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathangtg%2Fappetite-ui-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathangtg%2Fappetite-ui-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathangtg%2Fappetite-ui-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathangtg","download_url":"https://codeload.github.com/nathangtg/appetite-ui-angular/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathangtg%2Fappetite-ui-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32604577,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","angular-cli","front-end-development","material-ui","tailwindcss"],"created_at":"2025-04-01T09:09:21.772Z","updated_at":"2026-05-04T10:41:04.424Z","avatar_url":"https://github.com/nathangtg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appetite UI Angular\n\nA modern and responsive front-end application for food ordering systems, built with Angular. This UI connects to the [Appetite API](https://github.com/nathangtg/appetite-api) backend to provide a complete food ordering platform with both customer and admin experiences.\n\n## Features\n\n- **Responsive Design**: Optimized user experience across mobile, tablet, and desktop devices\n- **Customer Portal**: Browse restaurants, view menus, place orders, and track order status\n- **Admin Dashboard**: Comprehensive management tools for restaurants, menus, and orders\n- **Authentication**: Secure login and registration with role-based access control\n- **Order Management**: Complete order lifecycle from creation to fulfillment\n- **Restaurant Profiles**: Detailed restaurant information with operating hours and contact details\n- **Menu Management**: Tools for creating and organizing food menus with categories\n- **Order History**: Track past orders and reorder favorite items\n- **Real-time Updates**: Live order status updates using reactive programming principles\n\n## Tech Stack\n\n- **Framework**: Angular 16+\n- **State Management**: RxJS for reactive programming\n- **Routing**: Angular Router for SPA experience\n- **HTTP Communication**: Angular HTTP Client\n- **Styling**: SCSS with responsive design principles\n- **UI Components**: Custom components with Material Design influences\n- **Authentication**: JWT token-based authentication\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js 14+ and npm\n- Angular CLI 16+\n- Appetite API backend running\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/nathangtg/appetite-ui-angular.git\n   cd appetite-ui-angular\n   ```\n\n2. Install dependencies:\n   ```bash\n   npm install\n   ```\n\n3. Configure the environment:\n   Update `src/environments/environment.ts` with your API endpoint:\n   ```typescript\n   export const environment = {\n     production: false,\n     apiUrl: 'http://localhost:8000/api'\n   };\n   ```\n\n4. Run the development server:\n   ```bash\n   ng serve\n   ```\n\n5. Navigate to `http://localhost:4200` in your browser\n\n## Key Components\n\n### Customer Experience\n\n- **Restaurant Browser**: Browse and search restaurants\n- **Menu Viewer**: View restaurant menus with categories and item details\n- **Cart Management**: Add items to cart, modify quantities, and proceed to checkout\n- **Order Placement**: Complete the ordering process with delivery options\n- **Order Tracking**: Track order status from placement to delivery\n- **User Profile**: Manage personal information and view order history\n\n### Admin Dashboard\n\n- **Restaurant Management**: Create, edit, and manage restaurant profiles\n- **Menu Editor**: Build and organize menus with categories and items\n- **Order Handling**: Process incoming orders and update order status\n- **User Management**: Manage system users and roles\n- **Analytics**: View sales data, popular items, and customer trends\n\n## Deployment\n\nBuild the application for production:\n\n```bash\nng build --configuration production\n```\n\nThe build artifacts will be stored in the `dist/` directory, ready for deployment to any static hosting service.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Related Projects\n\n- [Appetite API](https://github.com/nathangtg/appetite-api) - Laravel backend for the Appetite food ordering platform\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathangtg%2Fappetite-ui-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathangtg%2Fappetite-ui-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathangtg%2Fappetite-ui-angular/lists"}