{"id":19555436,"url":"https://github.com/sagargaud01/event_mangement","last_synced_at":"2026-04-07T16:32:38.338Z","repository":{"id":165443562,"uuid":"640781207","full_name":"SAGARGAUD01/Event_Mangement","owner":"SAGARGAUD01","description":"Event_Mangement","archived":false,"fork":false,"pushed_at":"2024-09-14T13:20:18.000Z","size":962,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-20T16:24:45.439Z","etag":null,"topics":["css","firebase","js","typescript"],"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/SAGARGAUD01.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":"2023-05-15T05:47:32.000Z","updated_at":"2024-09-14T13:20:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"4fd812cf-fce7-43a4-8947-e348c9caf5a1","html_url":"https://github.com/SAGARGAUD01/Event_Mangement","commit_stats":null,"previous_names":["sagargaud01/frontend-engineer---i-at-profile.fyi","sagargaud01/shopping_cart-ineuron.ai-"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SAGARGAUD01/Event_Mangement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAGARGAUD01%2FEvent_Mangement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAGARGAUD01%2FEvent_Mangement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAGARGAUD01%2FEvent_Mangement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAGARGAUD01%2FEvent_Mangement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SAGARGAUD01","download_url":"https://codeload.github.com/SAGARGAUD01/Event_Mangement/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SAGARGAUD01%2FEvent_Mangement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31520543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["css","firebase","js","typescript"],"created_at":"2024-11-11T04:33:56.460Z","updated_at":"2026-04-07T16:32:38.311Z","avatar_url":"https://github.com/SAGARGAUD01.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-commerce Event Mangement Application [![CircleCI](https://circleci.com/gh/jeffersonRibeiro/react-shopping-cart.svg?style=svg)](https://app.circleci.com/pipelines/github/SAGARGAUD01/shopping-cart)\n\n\u003cp align=\"center\"\u003e\n\n  \u003cimg src=\"./readme-banner.png\"\u003e\n\u003c/p\u003e\n\n## Basic Overview - [Live Demo](https://shopping-cart-9b1a1.firebaseapp.com/)\n\n\n✈️ [Follow Sagar Gaud](https://www.linkedin.com/in/sagargaud332/)\n\n\n\n[![Edit app](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/74rykw70qq)\n\n## Overview\nThis project is an e-commerce shopping cart application built using Next.js or SvelteKit, designed to showcase the fundamental skills required for a Frontend Engineer role. The application includes a product listing page where users can browse various products and add them to a shopping cart. A dedicated cart page allows users to manage their selected products, adjust quantities, remove items, and view the total price.\n\n## Features\n### Product Listing Page\nGrid Layout: Displays 6-10 products in a clean and responsive grid layout.\nProduct Cards: Each product card includes:\nProduct image\nProduct name\nProduct price (formatted for currency)\n\"Add to Cart\" button\nAdd to Cart Functionality:\nAdds the selected product to the shopping cart.\nUpdates the cart icon or counter to reflect the number of items (optional).\nProvides visual feedback confirming the addition of the item.\nCart Page\n\n## Product List: Displays all products added to the cart, with the following details:\nProduct image\nProduct name\nProduct price\nQuantity selector for adjusting item amounts.\n\"Remove Item\" button to delete products from the cart.\n\n## Cart Summary:\nSubtotal: Calculates the total cost based on quantity and price.\nDiscounts (optional): Implements fixed or percentage-based discounts.\nTotal Price: Displays the final price after applying discounts.\nCheckout Button (optional): Simulates the checkout process or provides a success message.\n\n## Technical Specifications\nFrontend Framework: Next.js or SvelteKit\nStyling: Tailwind CSS or Plain CSS\nData Source:\nOption 1: Local JSON file with product data.\nOption 2: Fetch product data dynamically from an open-source API.\n\n## Installation and Setup\n## Clone the Repository:\n```sh\ngit clone https://github.com/your-username/repo-name.git\ncd repo-name\n```\n\n## Install Dependencies:\n```sh\nnpm install\n```\nRun the Application:\n```sh\nnpm run dev\nThe application will be accessible at http://localhost:3000.\n```\n\nUsage\nNavigate to the Product Listing Page: Browse the available products and add them to your cart by clicking the \"Add to Cart\" button.\nView and Manage Your Cart: Go to the cart page to adjust quantities, remove items, and see the total price.\nSimulated Checkout: Optionally, proceed to the checkout process to complete your shopping experience.\nFile Structure\n\n```sh\n├── public/\n│   ├── images/                # Product images (if using local images)\n├── src/\n│   ├── components/            # Reusable components (e.g., ProductCard, CartItem)\n│   ├── pages/                 # Next.js pages (or SvelteKit routes)\n│   │   ├── index.js           # Product Listing Page\n│   │   ├── cart.js            # Cart Page\n│   ├── styles/                # Tailwind CSS or Plain CSS files\n├── data/\n│   ├── products.json          # Local JSON file with product data (if using)\n├── README.md                  # This file\n├── package.json               # Project metadata and scripts\n```\nThank You!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagargaud01%2Fevent_mangement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsagargaud01%2Fevent_mangement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsagargaud01%2Fevent_mangement/lists"}