{"id":18948865,"url":"https://github.com/techycode-01/buy_busy_1","last_synced_at":"2026-05-01T08:31:15.909Z","repository":{"id":197375440,"uuid":"697856600","full_name":"techycode-01/buy_busy_1","owner":"techycode-01","description":"This is an online shopping / eCommerce website made using Reactjs, firebase database, ContextAPI and react-router-dom.","archived":false,"fork":false,"pushed_at":"2024-04-02T20:32:29.000Z","size":3320,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-03T08:08:52.722Z","etag":null,"topics":["coding","codingninjas","context-api","css","firebase-realtime-database","hooks","html","javascript","react-router","reactjs"],"latest_commit_sha":null,"homepage":"https://buybusyshop.netlify.app/","language":"JavaScript","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/techycode-01.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-09-28T16:00:21.000Z","updated_at":"2024-03-26T18:32:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"803e13da-61a0-474d-bd0b-6913b04d08cd","html_url":"https://github.com/techycode-01/buy_busy_1","commit_stats":null,"previous_names":["techycode-01/buy_busy_1"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/techycode-01/buy_busy_1","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techycode-01%2Fbuy_busy_1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techycode-01%2Fbuy_busy_1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techycode-01%2Fbuy_busy_1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techycode-01%2Fbuy_busy_1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/techycode-01","download_url":"https://codeload.github.com/techycode-01/buy_busy_1/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/techycode-01%2Fbuy_busy_1/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32490810,"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":["coding","codingninjas","context-api","css","firebase-realtime-database","hooks","html","javascript","react-router","reactjs"],"created_at":"2024-11-08T13:14:53.418Z","updated_at":"2026-05-01T08:31:15.895Z","avatar_url":"https://github.com/techycode-01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003eBuyBusy\u003c/h1\u003e\n\u003cp\u003eThis is an online shopping / eCommerce website made using Reactjs, firebase database for storing data on cloud and ContextAPI for store state and creating functions. On this site any user can signUp and signIn in his/her account. A user can add or remove product from cart , he can increase or decrease product quantity and can place order. User data will be saved in firebase database, So the user can view his purchase history anytime.\u003c/p\u003e\n\n\u003ca href=\"https://buybusyshop.netlify.app/\"\u003eGo Live to Website\u003c/a\u003e\n\n\n\u003ch2\u003eInstallation and running code\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eGet the code on your machine.\u003c/li\u003e\n  \u003cli\u003eNavigate to the root directory of the code.\u003c/li\u003e\n  \u003cli\u003eOpen command terminal.\u003c/li\u003e\n  \u003cli\u003erun command \"npm install\" to get all required dependencies.\u003c/li\u003e\n  \u003cli\u003eto run the code run the command \"npm start\" in your terminal.\u003c/li\u003e\n  \u003cli\u003euser can see the output by opening following link \u003ca href=\"http://localhost:3000/\"\u003ehttp://localhost:3000/\u003c/a\u003e on there browser.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eA user can create his account.\u003c/li\u003e\n  \u003cli\u003eA user can signIn in his account.\u003c/li\u003e\n  \u003cli\u003eUser can add multiple products to his cart by click on \"add to cart\" button.\u003c/li\u003e\n  \u003cli\u003eUser can remove a specific product or all product at once from the cart.\u003c/li\u003e\n  \u003cli\u003eUser can increase or decrease the quantity of a product.\u003c/li\u003e\n  \u003cli\u003eUser can purchase all the product at once by clicking on purchase all.\u003c/li\u003e\n  \u003cli\u003eUser can see his placed order history with date and time of order and list of all the product purchased with total amount.\u003c/li\u003e\u003c/li\u003e\n  \u003cli\u003eUser can filter products with various parameters.\u003c/li\u003e\n  \u003cli\u003eUser data will be saved in database permanently so that he can see his order history any time.\u003c/li\u003e\n\u003c/ul\u003e\n\n\u003ch2\u003eTools and libraries\u003c/h2\u003e\n\u003cul\u003e\n  \u003cli\u003eReact js\u003c/li\u003e\n  \u003cli\u003eFirebase Database\u003c/li\u003e\n  \u003cli\u003eContextAPI\u003c/li\u003e\n  \u003cli\u003ereact-router-dom\u003c/li\u003e\n  \u003cli\u003ereact-toastify\u003c/li\u003e\n  \u003cli\u003ereact-spinner\u003c/li\u003e\n  \u003cli\u003eCSS\u003c/li\u003e\n\u003c/ul\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechycode-01%2Fbuy_busy_1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftechycode-01%2Fbuy_busy_1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftechycode-01%2Fbuy_busy_1/lists"}