{"id":24230718,"url":"https://github.com/emre-guler/notificationcenter-case","last_synced_at":"2026-05-01T02:34:15.188Z","repository":{"id":123385669,"uuid":"595953881","full_name":"emre-guler/notificationcenter-case","owner":"emre-guler","description":"This project implements a dynamic notification center feature for e-commerce websites. It provides a user-friendly interface to display recent product views and notifications to users.","archived":false,"fork":false,"pushed_at":"2025-01-01T03:16:18.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T11:57:15.437Z","etag":null,"topics":["jquery","pure-javascript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emre-guler.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,"zenodo":null}},"created_at":"2023-02-01T06:32:32.000Z","updated_at":"2025-01-01T03:16:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"28279551-4394-42c2-84a0-9023e9fe8cdd","html_url":"https://github.com/emre-guler/notificationcenter-case","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/emre-guler/notificationcenter-case","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-guler%2Fnotificationcenter-case","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-guler%2Fnotificationcenter-case/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-guler%2Fnotificationcenter-case/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-guler%2Fnotificationcenter-case/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emre-guler","download_url":"https://codeload.github.com/emre-guler/notificationcenter-case/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emre-guler%2Fnotificationcenter-case/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["jquery","pure-javascript"],"created_at":"2025-01-14T13:30:00.350Z","updated_at":"2026-05-01T02:34:15.183Z","avatar_url":"https://github.com/emre-guler.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Notification Center Implementation\n\nThis project implements a dynamic notification center feature for e-commerce websites. It provides a user-friendly interface to display recent product views and notifications to users.\n\n## Features\n\n- Floating notification bell icon with smooth interactions\n- Displays up to 3 most recently viewed products\n- Persistent storage using localStorage\n- Responsive design with modern UI\n- Clean animations and transitions\n- New product badges\n\n## Technical Details\n\nThe implementation uses:\n- Vanilla JavaScript\n- jQuery 3.6.3\n- CSS for styling and animations\n- Browser's localStorage for data persistence\n\n## Functionality\n\n- Automatically tracks product views on product detail pages\n- Stores last 3 viewed products\n- Displays product information including:\n  - Product image\n  - Product title\n  - Product description\n  - \"NEW\" badge\n- Toggle notification panel by clicking the bell icon\n\n## Usage\n\n1. Include the required jQuery dependency:\n```html\n\u003cscript src=\"https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js\"\u003e\u003c/script\u003e\n```\n\n2. Include the main.js file in your project\n3. The notification center will automatically initialize on page load\n\n## Storage\n\nThe notification center uses localStorage to persist viewed products. The storage key is 'notificationCenter' and stores an array of product objects containing:\n- title\n- description\n- image\n- productLink\n\n## UI Components\n\n- Small notification bell (🔔) that toggles to close button (❌) when panel is open\n- Main notification panel with header \"DISCOVER OUR DEALS\"\n- Product cards with images, titles, and descriptions\n- Styled with a purple theme (#A34476)\n\n## Notes\n\nThis was implemented as an interview case study demonstrating front-end development skills including:\n- DOM manipulation\n- State management\n- UI/UX design\n- Event handling\n- Local storage usage ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femre-guler%2Fnotificationcenter-case","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femre-guler%2Fnotificationcenter-case","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femre-guler%2Fnotificationcenter-case/lists"}