{"id":27817050,"url":"https://github.com/9a8ri3l/e-commerce-reactjs-rtk-firebsaev9","last_synced_at":"2025-05-01T14:30:30.799Z","repository":{"id":174187982,"uuid":"548877793","full_name":"9a8ri3L/e-commerce-REACTjs-RTK-FirebsaeV9","owner":"9a8ri3L","description":"Simple e-commerce App, Reactjs, Redux Toolkit and Firebase V9.","archived":false,"fork":false,"pushed_at":"2025-03-25T08:16:03.000Z","size":10499,"stargazers_count":3,"open_issues_count":24,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T10:51:47.152Z","etag":null,"topics":["firebase","reactjs","redux","redux-toolkit","styled-components","vitejs-react"],"latest_commit_sha":null,"homepage":"https://ostore.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/9a8ri3L.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":"2022-10-10T10:22:55.000Z","updated_at":"2023-08-30T02:07:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"1f2e06ac-cfa8-4959-9d86-10a7941d5684","html_url":"https://github.com/9a8ri3L/e-commerce-REACTjs-RTK-FirebsaeV9","commit_stats":null,"previous_names":["9a8ri3l/e-commerce-reactjs-rtk-firebsaev9"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9a8ri3L%2Fe-commerce-REACTjs-RTK-FirebsaeV9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9a8ri3L%2Fe-commerce-REACTjs-RTK-FirebsaeV9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9a8ri3L%2Fe-commerce-REACTjs-RTK-FirebsaeV9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/9a8ri3L%2Fe-commerce-REACTjs-RTK-FirebsaeV9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/9a8ri3L","download_url":"https://codeload.github.com/9a8ri3L/e-commerce-REACTjs-RTK-FirebsaeV9/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251889928,"owners_count":21660412,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["firebase","reactjs","redux","redux-toolkit","styled-components","vitejs-react"],"created_at":"2025-05-01T14:30:30.058Z","updated_at":"2025-05-01T14:30:30.790Z","avatar_url":"https://github.com/9a8ri3L.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ONLINEstore.\n\n\u003e e-commerce App\n\n### Demo\n\nYou can find LIVE DEMO \u003ca href=\"https://ostore.netlify.app\" target=\"_blank\"\u003eHERE\u003c/a\u003e\n\nAuthor - [@Gabriel](https://www.github.com/9a8ri3l)\n\n### Credits:\n\n- Home Page Photo - [unsplash.com](https://unsplash.com)\n- API dummy/fake JSON data - [dummyjson.com](https://dummyjson.com)\n\n### Screenshots\n\n#### Desktop\n\n\u003e \u003cimg src=\"https://i.imgur.com/rJ6CIsW.png\" width=\"340\" \u003e\n\u003e \u003cimg src=\"https://i.imgur.com/bHoSADt.png\" width=\"340\" \u003e\n\n#### Mobile\n\n\u003e \u003cimg src=\"https://i.imgur.com/GaENbv5.png\" width=\"170\" \u003e\n\u003e \u003cimg src=\"https://i.imgur.com/XPU2NUh.png\" width=\"170\" \u003e\n\u003e \u003cimg src=\"https://i.imgur.com/PuqdxGv.png\" width=\"170\" \u003e\n\u003e \u003cimg src=\"https://i.imgur.com/i5eRvCH.png\" width=\"170\" \u003e\n\n### Features\n\n- Firebase V9 E-mail and password Auth.\n- Firebase E-mail verification.\n- Firebase Password Reset.\n- Firebase Database shopping-cart | collections/docs\n- Update shopping cart on login and on refresh page when more than one login session is established.\n- Light/dark mode toggle.\n- Local storage encryption.\n- Friendly mobile responsive design.\n\n### Installation\n\nClone the project\n\n```bash\n  git clone https://github.com/9a8ri3L/e-commerce-REACTjs-RTK-FirebsaeV9.git\n\n```\n\nInstall Dependencies\n\nFor [npm](https://www.npmjs.com/)\n\n```bash\n  npm install\n```\n\nFor [yarn](https://yarnpkg.com/cli/install)\n\n```bash\n  yarn install\n\n```\n\n### Environment Variables/Vite config file\n\nTo run this project, you will need to create and add the following environment variables to your `vite.config.js` file:\n\n\u003e - `Firebase_configuration`\n\u003e - `ENCRYPT_STORAGE`\n\n```javascript\nimport { defineConfig } from \"vite\";\nimport react from \"@vitejs/plugin-react\";\nimport { VitePWA } from \"vite-plugin-pwa\";\n\nexport default defineConfig({\n  plugins: [\n    react(),\n    VitePWA({\n      registerType: \"autoUpdate\"\n    })\n  ],\n\n  define: {\n    \"process.env\": {\n      REACT_APP_FIREBASE_API_KEY: xxxxxxx,\n      REACT_APP_FIREBASE_AUTH_DOMAIN: xxxxxxx,\n      REACT_APP_FIREBASE_DATABASE_URL: xxxxxxx,\n      REACT_APP_FIREBASE_PROJECT_ID: xxxxxxx,\n      REACT_APP_FIREBASE_STORAGE_BUCKET: xxxxxxx,\n      REACT_APP_FIREBASE_MESSAGING_SENDER_ID: xxxxxxx,\n      REACT_APP_FIREBASE_APP_ID: xxxxxxx,\n      REACT_APP_FIREBASE_MEASUREMENT_ID: xxxxxxx,\n      REACT_APP_ENCRYPT_STORAGE: xxxxxxx\n    }\n  }\n});\n```\n\n### Run\n\n```\n  npm run dev\n```\n\nor\n\n```\n  yarn dev\n```\n\n### Frameworks/Liberaries/Packages:\n\n**Front-End:**\n\n- [Reactjs](https://reactjs.org/)\n- [Redux](https://redux.js.org/)\n- [React-Redux](https://react-redux.js.org/)\n- [Redux ToolKit](https://redux-toolkit.js.org/)\n- [Styled-Components](https://styled-components.com/)\n- [Axios](https://axios-http.com/docs/intro)\n- [Vitejs](https://vitejs.dev/)\n- [React-Icons](https://react-icons.github.io/react-icons/)\n- [Styled-Media-Query](https://github.com/morajabi/styled-media-query)\n- [UUID](https://www.npmjs.com/package/uuid)\n- [Encrypt-Storage](https://www.npmjs.com/package/encrypt-storage)\n\n**Back-End:**\n\n- [Firebase](https://firebase.google.com/)\n\n### Feedback\n\nIf you have any feedback, please don't hesitate to contact me.\n\n### Contributing\n\nContributions are always welcome!\n\n### License [MIT](https://choosealicense.com/licenses/mit/)\n\n(c) 2022 [Gabriel](https://rgabriel.netlify.app/)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9a8ri3l%2Fe-commerce-reactjs-rtk-firebsaev9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F9a8ri3l%2Fe-commerce-reactjs-rtk-firebsaev9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F9a8ri3l%2Fe-commerce-reactjs-rtk-firebsaev9/lists"}