{"id":24399634,"url":"https://github.com/sakshisrivastava-2601/amazonclone","last_synced_at":"2026-04-27T06:32:37.651Z","repository":{"id":247862338,"uuid":"676411232","full_name":"SakshiSrivastava-2601/Amazonclone","owner":"SakshiSrivastava-2601","description":"It is basically a clone of E-commerce website Amazon. This project involves developing a website that allows users to browse and purchase a wide range of product, including electronics, fashion, home goods and more.","archived":false,"fork":false,"pushed_at":"2024-12-31T04:16:48.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-30T13:15:32.158Z","etag":null,"topics":["code","css","html","project","website","website-clone"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/SakshiSrivastava-2601.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-08-09T06:25:04.000Z","updated_at":"2025-01-20T06:57:05.000Z","dependencies_parsed_at":"2024-07-14T13:15:07.928Z","dependency_job_id":null,"html_url":"https://github.com/SakshiSrivastava-2601/Amazonclone","commit_stats":null,"previous_names":["sakshisrivastava-2601/amazonclone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SakshiSrivastava-2601/Amazonclone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SakshiSrivastava-2601%2FAmazonclone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SakshiSrivastava-2601%2FAmazonclone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SakshiSrivastava-2601%2FAmazonclone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SakshiSrivastava-2601%2FAmazonclone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SakshiSrivastava-2601","download_url":"https://codeload.github.com/SakshiSrivastava-2601/Amazonclone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SakshiSrivastava-2601%2FAmazonclone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32325941,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"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":["code","css","html","project","website","website-clone"],"created_at":"2025-01-19T23:50:42.815Z","updated_at":"2026-04-27T06:32:37.619Z","avatar_url":"https://github.com/SakshiSrivastava-2601.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n*******************Amazon Clone******************\n\nIt is basically a clone of E-commerence website Amazon.\nWell I used two types of language for website frontend\n\nHTML-- It's used for source code\n\nCSS-- It's used for adding styling on website\n\n\n\n\n## Documentation\n\nSTEP 1:-\nCLONE THIS REPOSITORY\n\n https://github.com/SakshiSrivastava-2601/Amazonclone.git\n\n STEP 2:- CREATE A HTML FILE\n\n lets take a small view of that!!\n\n \u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003clink rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css\" integrity=\"sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A==\" crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\" /\u003e\n    \u003clink rel=\"stylesheet\" href=\"style.css\"\u003e\n    \u003ctitle\u003eAmazon\u003c/title\u003e\n\u003c/head\u003e\n\u003cbody\u003e\n    \u003cheader\u003e\n    \u003cdiv class=\"navbar\"\u003e\n        \u003cdiv class=\"nav-logo border\"\u003e\n        \u003cdiv class=\"logo\"\u003e\u003c/div\u003e\n    \u003c/div\u003e\n\n\nSTEP 3:- CREATE A STYLING FOR CLONE USING css\n\nlets take a small view of that!!\n\nlogo{\n    background-image: url(\"amazon_logo.png\");\n    background-size: cover;\n    height: 50px;   \n    width: 100%;\n}\n\n\n\n\n\n## Features\n\n- Search Bar\n- Menu Bar\n- Fullscreen mode\n- More platform\n\n\n\n## SCREENSHOTS\n\nTHIS IS THE HEADER SECTION.....\n\n![Screenshot 2024-07-11 051928](https://github.com/SakshiSrivastava-2601/Amazonclone/assets/141807372/d7ccc012-6653-4c86-93c6-61ca0600c9f4)\n\n\n\n\n\nTHIS IS THE MAIN SECTION.....\n\n![Screenshot 2024-07-11 052012](https://github.com/SakshiSrivastava-2601/Amazonclone/assets/141807372/62d730b1-bc76-4874-9a7f-3a7c50b634cc)\n\n\n\n\n\nTHIS IS THE FOOTER SECTION.....\n\n![Screenshot 2024-07-11 052040](https://github.com/SakshiSrivastava-2601/Amazonclone/assets/141807372/1df323c0-218a-4a36-aa11-ccc65f506a0a)\n\n\n\n## AUTHOR\n\nSAKSHI SRIVASTAVA\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakshisrivastava-2601%2Famazonclone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsakshisrivastava-2601%2Famazonclone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsakshisrivastava-2601%2Famazonclone/lists"}