{"id":21630257,"url":"https://github.com/sudhanshu-ambastha/web-tech-project","last_synced_at":"2026-02-01T20:36:20.831Z","repository":{"id":260014877,"uuid":"856888664","full_name":"Sudhanshu-Ambastha/Web-Tech-Project","owner":"Sudhanshu-Ambastha","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-11T13:52:21.000Z","size":8858,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-10T19:11:08.928Z","etag":null,"topics":["css","html5","javascript","js","php","sql"],"latest_commit_sha":null,"homepage":"https://sudhanshu-ambastha.github.io/Web-Tech-Project/","language":"CSS","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/Sudhanshu-Ambastha.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":"2024-09-13T11:58:05.000Z","updated_at":"2024-11-11T13:52:09.000Z","dependencies_parsed_at":"2024-10-29T04:24:22.888Z","dependency_job_id":"1e823eff-ca4b-4036-89d5-26b0350a157d","html_url":"https://github.com/Sudhanshu-Ambastha/Web-Tech-Project","commit_stats":null,"previous_names":["sudhanshu-ambastha/project"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sudhanshu-Ambastha/Web-Tech-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudhanshu-Ambastha%2FWeb-Tech-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudhanshu-Ambastha%2FWeb-Tech-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudhanshu-Ambastha%2FWeb-Tech-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudhanshu-Ambastha%2FWeb-Tech-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sudhanshu-Ambastha","download_url":"https://codeload.github.com/Sudhanshu-Ambastha/Web-Tech-Project/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sudhanshu-Ambastha%2FWeb-Tech-Project/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28989340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T18:17:03.387Z","status":"ssl_error","status_checked_at":"2026-02-01T18:16:57.287Z","response_time":56,"last_error":"SSL_read: 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","html5","javascript","js","php","sql"],"created_at":"2024-11-25T02:10:16.295Z","updated_at":"2026-02-01T20:36:20.816Z","avatar_url":"https://github.com/Sudhanshu-Ambastha.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce Website\n\nThis project is an e-commerce website developed as part of a college assignment, aiming to provide hands-on experience in web development. It demonstrates key concepts including HTML, CSS, JavaScript, API integration, PHP and MySQL allowing students to apply their knowledge of front-end technologies. The site mimics a real-world e-commerce platform, showcasing product categorization, display, and purchase processes, and providing an interactive online shopping experience with features like a shopping cart and basic checkout process.\n\n## Table of Contents\n\n- [E-Commerce Website](#e-commerce-website)\n  - [Table of Contents](#table-of-contents)\n  - [Features](#features)\n  - [Technologies Used](#technologies-used)\n  - [APIs:](#apis)\n  - [Installation Instructions](#installation-instructions)\n  - [Usage](#usage)\n  - [Contributors](#contributors)\n\n## Features\n\n- **Product Categories**: Explore various categories, including Clothing, Electronics, Books, Home \u0026 Garden, Toys, and Jewellery.\n- **Dynamic Product Loading**: Fetch and display product data from external APIs based on selected categories.\n- **Shopping Cart Functionality**: Add and remove products from the cart, with persistence using `localStorage`.\n- **Responsive Design**: The site is designed to be mobile-friendly, ensuring a good user experience on all devices.\n- **Basic Checkout Process**: Proceed to checkout after selecting products, with a placeholder for payment processing integration\n- **API Integration**: Utilize APIs for fetching product data, ensuring dynamic and up-to-date content\n\n## Technologies Used\n[![My Skills](https://skillicons.dev/icons?i=html,css,js,php,mysql)](https://skillicons.dev)\n- **HTML**: For the structure of the web pages.\n- **Font Awesome**: For incorporating icons easily.\n- **CSS**: For styling the pages, ensuring a user-friendly interface.\n- **JavaScript**: For adding interactivity and dynamic content.\n- **PHP**: For server-side scripting and API integration.\n- **MySQL**: For database operations.\n\n\n## APIs:\n- [FakeStore API](https://fakestoreapi.com/): Used to fetch Clothing, Jewellery, Electronics.\n- [DummyJson](https://dummyjson.com/): Used to fetch other product details.\n- [OpenLibrary API](https://openlibrary.org/subjects/fantasy.json?limit=10): Used to fetch book data.\n\n## Installation Instructions\n1. Clone the Repository:\n    ```\n    git clone https://github.com/Sudhanshu-Ambastha/Web-Tech-Project.git\n    ```\n2. Navigate to Project Directory:\n   ```\n   cd PROJECT\n   ```\n3. Open `index.html` in a Web Browser: Open the `index.html` file in any modern web browser to start using the website.\n   \n## Usage\nAdding Products to the Cart\n- Visit any category page (e.g., Clothing).\n- Click on the \"Add to Cart\" button for a product to add it to your shopping cart.\n- Access the Cart page to view your selected items.\n  \nRemoving Products from the Cart\n- Go to the Cart page.\n- Click on the Remove button next to any item to remove it from your cart.\n- Click Proceed to Checkout to view the checkout process (currently implemented as a placeholder).\n  \nData Persistence\n\nProducts added to the cart are stored in `localStorage`, enabling the cart to retain items even after a page refresh.\n\n## Contributors\n\u003ctable\u003e\n    \u003ctr\u003e\n        \u003ctd align=\"center\"\u003e\n        \u003ca href=\"http://github.com/Sudhanshu-Ambastha\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/135802131?v=4\" width=\"100px;\" alt=\"\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eSudhanshu Ambastha\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/Vishwas567917\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/139749696?s=100\u0026v=4\" width=\"100px;\" alt=\"\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eParth Shrivastava\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/Shrivatsa-Sharan-Garg\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/179140208?v=4\" width=\"100px;\" alt=\"\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eShrivatsa Sharan Garg\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\n        \u003ca href=\"https://github.com/ShashwatAG\"\u003e\n            \u003cimg src=\"https://avatars.githubusercontent.com/u/98804766?v=4\" width=\"100px;\" alt=\"\"/\u003e\n            \u003cbr /\u003e\n            \u003csub\u003e\u003cb\u003eShashwat\u003c/b\u003e\u003c/sub\u003e\n        \u003c/a\u003e\n        \u003cbr /\u003e\n    \u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/table\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudhanshu-ambastha%2Fweb-tech-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsudhanshu-ambastha%2Fweb-tech-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsudhanshu-ambastha%2Fweb-tech-project/lists"}