{"id":25471344,"url":"https://github.com/fifolio/dealio","last_synced_at":"2026-05-07T02:35:11.749Z","repository":{"id":155333097,"uuid":"631651344","full_name":"fifolio/Dealio","owner":"fifolio","description":"Dealio is an e-Commerce web app built with Redux which is an open-source JavaScript library for managing and centralizing application state. This project is nothing but a showcase for Redux toolkit and its abilities of state management across the entire website","archived":false,"fork":false,"pushed_at":"2023-05-10T11:57:02.000Z","size":8138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T06:43:00.829Z","etag":null,"topics":["api","ecommerce","frontend","project","react","redux","rtk"],"latest_commit_sha":null,"homepage":"https://dealio.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/fifolio.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-04-23T17:35:32.000Z","updated_at":"2023-05-22T06:33:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"33b6c021-590c-4506-879a-dc38e326e14d","html_url":"https://github.com/fifolio/Dealio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fifolio/Dealio","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fifolio%2FDealio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fifolio%2FDealio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fifolio%2FDealio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fifolio%2FDealio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fifolio","download_url":"https://codeload.github.com/fifolio/Dealio/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fifolio%2FDealio/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32720384,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["api","ecommerce","frontend","project","react","redux","rtk"],"created_at":"2025-02-18T09:38:54.530Z","updated_at":"2026-05-07T02:35:11.735Z","avatar_url":"https://github.com/fifolio.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp class=\"has-line-data\" data-line-start=\"3\" data-line-end=\"4\"\u003e\u003cimg width=\"100%\" height=\"100%\" src=\"https://i.ibb.co/HYwJTPv/dealio.png\" alt=\"N|Solid\"\u003e\u003c/p\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"5\" data-line-end=\"6\"\u003eDealio is an e-Commerce web app built with Redux which is an open-source JavaScript library for managing and centralizing application state. This project is nothing but a showcase for Redux toolkit and its abilities of state management across the entire website.\u003c/p\u003e\n\n\u003ch2 class=\"code-line\" data-line-start=7 data-line-end=8 \u003e\u003ca id=\"Installation_7\"\u003e\u003c/a\u003eInstallation\u003c/h2\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"8\" data-line-end=\"9\"\u003eTo get started with Dealio, you’ll need to clone this repository to your local machine:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"has-line-data\" data-line-start=\"11\" data-line-end=\"13\" class=\"language-sh\"\u003egit \u003cspan class=\"hljs-built_in\"\u003eclone\u003c/span\u003e\u003ca href=\"https://github.com/fifolio/Dealio.git \"\u003e https://github.com/fifolio/Dealio.git\u003c/a\u003e\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"13\" data-line-end=\"14\"\u003eOnce you have the repository on your local machine, navigate to the project directory and install the necessary dependencies:\u003c/p\u003e\n\u003cpre\u003e\u003ccode class=\"has-line-data\" data-line-start=\"16\" data-line-end=\"19\" class=\"language-sh\"\u003e\u003cspan class=\"hljs-built_in\"\u003ecd\u003c/span\u003e Dealio\nnpm install\n\u003c/code\u003e\u003c/pre\u003e\n\u003ch2 class=\"code-line\" data-line-start=20 data-line-end=21 \u003e\u003ca id=\"Usage_20\"\u003e\u003c/a\u003eUsage\u003c/h2\u003e\n\u003cpre\u003e\u003ccode class=\"has-line-data\" data-line-start=\"22\" data-line-end=\"24\" class=\"language-sh\"\u003enpm run dev\n\u003c/code\u003e\u003c/pre\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"24\" data-line-end=\"25\"\u003eOnce the app is running, you can start contibute. See the \u003cstrong\u003eFeatures\u003c/strong\u003e section below for more information on what you can do with Dealio.\u003c/p\u003e\n\u003ch2 class=\"code-line\" data-line-start=26 data-line-end=27 \u003e\u003ca id=\"Features_26\"\u003e\u003c/a\u003eFeatures\u003c/h2\u003e\n\u003cul\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"27\" data-line-end=\"28\"\u003eAdd Product to Cart\u003c/li\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"28\" data-line-end=\"29\"\u003eIncrement the number of items in Cart\u003c/li\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"29\" data-line-end=\"30\"\u003eAlso decrement the Number of items in Cart\u003c/li\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"30\" data-line-end=\"33\"\u003eDelete, and Add functionallity\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 class=\"code-line\" data-line-start=33 data-line-end=34 \u003e\u003ca id=\"Technologies_Used_33\"\u003e\u003c/a\u003eTechnologies Used\u003c/h2\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"34\" data-line-end=\"35\"\u003eDealio is built using the following technologies:\u003c/p\u003e\n\u003cul\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"36\" data-line-end=\"37\"\u003eVite\u003c/li\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"37\" data-line-end=\"38\"\u003eReact\u003c/li\u003e\n\u003cli class=\"has-line-data\" data-line-start=\"38\" data-line-end=\"39\"\u003eRedux toolkit\u003c/li\u003e\n\u003c/ul\u003e\n\u003ch2 class=\"code-line\" data-line-start=42 data-line-end=43 \u003e\u003ca id=\"Contributing_42\"\u003e\u003c/a\u003eContributing\u003c/h1\u003e\n\u003cp class=\"has-line-data\" data-line-start=\"43\" data-line-end=\"44\"\u003eIf you’d like to contribute to Dealio, feel free to fork this repository and submit a pull request with your changes. Please make sure to adhere to the project’s coding standards and guidelines.\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffifolio%2Fdealio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffifolio%2Fdealio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffifolio%2Fdealio/lists"}