{"id":30770598,"url":"https://github.com/emekankwo/e-shop","last_synced_at":"2026-04-11T08:02:19.304Z","repository":{"id":313115619,"uuid":"1050104742","full_name":"EmekaNkwo/E-Shop","owner":"EmekaNkwo","description":"A modern, responsive e-commerce application built with Angular, NgRx for state management, and Angular Material for UI components. This application showcases best practices in Angular development including lazy loading, reactive state management, and modular architecture.","archived":false,"fork":false,"pushed_at":"2025-09-04T00:42:49.000Z","size":507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-04T02:34:26.600Z","etag":null,"topics":["angular","material-ui","ngrx","scss"],"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/EmekaNkwo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-04T00:40:33.000Z","updated_at":"2025-09-04T00:42:52.000Z","dependencies_parsed_at":"2025-09-04T02:34:28.744Z","dependency_job_id":"51076db9-f388-45c2-be98-4ebd8d18a0bf","html_url":"https://github.com/EmekaNkwo/E-Shop","commit_stats":null,"previous_names":["emekankwo/e-shop"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/EmekaNkwo/E-Shop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmekaNkwo%2FE-Shop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmekaNkwo%2FE-Shop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmekaNkwo%2FE-Shop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmekaNkwo%2FE-Shop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmekaNkwo","download_url":"https://codeload.github.com/EmekaNkwo/E-Shop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmekaNkwo%2FE-Shop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31673068,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","material-ui","ngrx","scss"],"created_at":"2025-09-04T23:10:14.780Z","updated_at":"2026-04-11T08:02:19.267Z","avatar_url":"https://github.com/EmekaNkwo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Shop - Modern E-commerce Application\n\n[![Angular](https://img.shields.io/badge/Angular-DD0031?style=for-the-badge\u0026logo=angular\u0026logoColor=white)](https://angular.io/)\n[![NgRx](https://img.shields.io/badge/ngrx-764ABC?style=for-the-badge\u0026logo=ngrx\u0026logoColor=white)](https://ngrx.io/)\n[![Angular Material](https://img.shields.io/badge/Angular_Material-1976D2?style=for-the-badge\u0026logo=angular\u0026logoColor=white)](https://material.angular.io/)\n\nA modern, responsive e-commerce application built with Angular, NgRx for state management, and Angular Material for UI components. This application showcases best practices in Angular development including lazy loading, reactive state management, and modular architecture.\n\n## Live Demo\nhttps://e-shop-angular.netlify.app/\n\n![Screenshot](docs/images/home.png)\n\n## Features\n\n- **Product Catalog**\n\n  - Browse products by categories\n  - Product details with images and descriptions\n  - Product search functionality\n\n- **Shopping Cart**\n\n  - Add/remove products\n  - Update quantities\n  - View cart summary\n  - Proceed to checkout\n\n- **Wishlist**\n\n  - Save favorite products\n  - Move items to cart\n\n- **Theming**\n\n  - Light/Dark mode toggle\n  - Responsive design for all devices\n\n- **Performance**\n  - Lazy-loaded feature modules\n  - Optimized bundle size\n  - Efficient change detection\n\n## Technologies Used\n\n- **Frontend Framework**: Angular 20+\n- **State Management**: NgRx (Store, Effects, Entity)\n- **UI Components**: Angular Material\n- **Styling**: SCSS with CSS Variables for theming\n- **Build Tool**: Angular CLI\n- **Package Manager**: npm\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js (v18 or later)\n- npm (v9 or later) or yarn\n- Angular CLI (v20 or later)\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/EmekaNkwo/E-Shop.git\n   cd E-Shop\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Start the development server**\n   ```bash\n   ng serve\n   ```\n   The application will be available at `http://localhost:4200/`\n\n## Project Structure\n\n```\nsrc/\n├── app/\n│   ├── core/               # Core module (singleton services, auth, interceptors)\n│   ├── features/           # Feature modules (products, cart, etc.)\n│   │   ├── cart/           # Shopping cart functionality\n│   │   ├── products/       # Product listing and details\n│   │   └── wishlist/       # Wishlist functionality\n│   ├── shared/             # Shared components, directives, pipes\n│   └── app.component.*     # Root component\n├── assets/                 # Static assets\n├── environments/           # Environment configurations\n└── styles/                 # Global styles and theming\n```\n\n## Running Tests\n\nRun unit tests:\n\n```bash\nng test\n```\n\nRun end-to-end tests:\n\n```bash\nng e2e\n```\n\n## Build\n\nBuild the project:\n\n```bash\nng build\n```\n\nThe build artifacts will be stored in the `dist/` directory.\n\n## Contributing\n\nContributions are welcome! Please follow these steps:\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Acknowledgments\n\n- [Angular](https://angular.io/) - The web framework used\n- [NgRx](https://ngrx.io/) - State management\n- [Angular Material](https://material.angular.io/) - UI components\n- [Unsplash](https://unsplash.com/) - For the beautiful product images\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femekankwo%2Fe-shop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femekankwo%2Fe-shop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femekankwo%2Fe-shop/lists"}