{"id":23978044,"url":"https://github.com/shiv-source/flipkart-clone-ngrx-angular-16","last_synced_at":"2025-08-26T07:08:31.838Z","repository":{"id":256608528,"uuid":"855824704","full_name":"shiv-source/flipkart-clone-ngrx-angular-16","owner":"shiv-source","description":"Flipkart clone with ngrx in angular 16","archived":false,"fork":false,"pushed_at":"2024-09-13T19:23:24.000Z","size":510,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-07T08:16:09.925Z","etag":null,"topics":["angular-16","dynamic-components","dynamic-forms","ecommerce","flipkart","flipkart-clone","ngrx"],"latest_commit_sha":null,"homepage":"https://flipkart.shivkumar.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shiv-source.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-11T14:14:25.000Z","updated_at":"2024-09-13T19:22:44.000Z","dependencies_parsed_at":"2024-09-14T00:06:51.524Z","dependency_job_id":null,"html_url":"https://github.com/shiv-source/flipkart-clone-ngrx-angular-16","commit_stats":null,"previous_names":["shiv-source/fakekart-ngrx-angular-16"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiv-source%2Fflipkart-clone-ngrx-angular-16","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiv-source%2Fflipkart-clone-ngrx-angular-16/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiv-source%2Fflipkart-clone-ngrx-angular-16/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shiv-source%2Fflipkart-clone-ngrx-angular-16/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shiv-source","download_url":"https://codeload.github.com/shiv-source/flipkart-clone-ngrx-angular-16/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240540554,"owners_count":19817791,"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":["angular-16","dynamic-components","dynamic-forms","ecommerce","flipkart","flipkart-clone","ngrx"],"created_at":"2025-01-07T08:16:11.234Z","updated_at":"2025-02-24T18:52:24.763Z","avatar_url":"https://github.com/shiv-source.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flipkart Clone - Angular 16 + NgRx\n\nA full-featured e-commerce web application built with Angular 16 and NgRx, inspired by Flipkart. This project demonstrates state management, component-based architecture, and reactive programming using Angular.\n\n## Features\n\n- **NgRx State Management**: Handle global application state efficiently with NgRx.\n- **Angular Material UI**: Clean and responsive user interface using Angular Material.\n- **Responsive Design**: Mobile-first approach, ensuring optimal user experience across devices.\n- **Product Listing \u0026 Details**: Dynamic product listings with detailed views.\n- **Shopping Cart**: Add/remove products to/from the cart with real-time updates.\n- **Order Summary \u0026 Checkout**: Integrated order summary and checkout process.\n- **Lazy Loading**: Improved performance with lazy-loaded modules.\n- **Routing**: Seamless navigation using Angular's routing module.\n  \n## Tech Stack\n\n- **Angular 16**\n- **NgRx** for state management\n- **Tailwind CSS** for styling\n- **Angular Material** for UI components\n- **Owl Carousel** for interactive product displays\n- **TypeScript** for type-safe development\n\n## Installation\n\nTo get a local copy up and running, follow these steps.\n\n### Prerequisites\n\n- **Node.js v20.15.0**\n- **pnpm v9.x** \n- **Angular CLI 16.x**\n\n### Installation Steps\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/shiv-source/flipkart-clone-ngrx-angular-16.git\n   cd flipkart-clone-ngrx-angular-16\n   ```\n\n2. Install dependencies:\n   ```bash\n   pnpm install\n   ```\n\n3. Start the development server:\n   ```bash\n   pnpm start\n   ```\n\n   The app will be running at `http://localhost:4200/`.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n- `pnpm start`: Runs the app in development mode. Open `http://localhost:4200` to view it in your browser.\n- `pnpm build`: Builds the app for production to the `dist/` folder.\n- `pnpm watch`: Watches files for changes and automatically rebuilds the project in development mode.\n- `pnpm test`: Launches the test runner.\n- `pnpm prettier:check`: Checks if all files follow the Prettier formatting rules.\n- `pnpm prettier:fix`: Automatically fixes formatting issues based on Prettier rules.\n\n## Folder Structure\n\n- `src/` - This is where the Angular code resides.\n  - `app/` - Core application logic and components.\n  - `assets/` - Static assets such as images and styles.\n  - `environments/` - Configuration settings for different environments (development, production).\n\n## Contributing\n\nContributions are welcome! Feel free to fork the repository and submit pull requests.\n\n## Live Demo\n\nCheck out the live version of the project: [Flipkart Clone](https://flipkart.shivkumar.me)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\n\nShiv Kumar - [hello@shivkumar.me](mailto:hello@shivkumar.me)\n\nProject Link: [https://github.com/shiv-source/flipkart-clone-ngrx-angular-16](https://github.com/shiv-source/flipkart-clone-ngrx-angular-16)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiv-source%2Fflipkart-clone-ngrx-angular-16","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshiv-source%2Fflipkart-clone-ngrx-angular-16","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshiv-source%2Fflipkart-clone-ngrx-angular-16/lists"}