{"id":48821238,"url":"https://github.com/rsinghcodes/mymart","last_synced_at":"2026-04-14T14:34:25.125Z","repository":{"id":38656010,"uuid":"355870812","full_name":"rsinghcodes/mymart","owner":"rsinghcodes","description":"MyMart is an online mini-mart, responsive e-commerce web app where the user can do shopping of daily essentials and grocery. This app is built using ReactJS, Material-UI, Redux and Firebase ⚡.","archived":false,"fork":false,"pushed_at":"2023-01-07T18:00:30.000Z","size":6272,"stargazers_count":1,"open_issues_count":14,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-04T00:19:56.948Z","etag":null,"topics":["firebase","firebase-auth","firestore-database","material-ui","reactjs","redux","redux-persist","redux-thunk","stripe-checkout","styled-components"],"latest_commit_sha":null,"homepage":"https://mymartstore.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/rsinghcodes.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}},"created_at":"2021-04-08T10:59:28.000Z","updated_at":"2022-04-02T18:32:47.000Z","dependencies_parsed_at":"2023-02-07T19:32:07.107Z","dependency_job_id":null,"html_url":"https://github.com/rsinghcodes/mymart","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/rsinghcodes/mymart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsinghcodes%2Fmymart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsinghcodes%2Fmymart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsinghcodes%2Fmymart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsinghcodes%2Fmymart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsinghcodes","download_url":"https://codeload.github.com/rsinghcodes/mymart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsinghcodes%2Fmymart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31801534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T11:13:53.975Z","status":"ssl_error","status_checked_at":"2026-04-14T11:13:53.299Z","response_time":153,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["firebase","firebase-auth","firestore-database","material-ui","reactjs","redux","redux-persist","redux-thunk","stripe-checkout","styled-components"],"created_at":"2026-04-14T14:34:25.022Z","updated_at":"2026-04-14T14:34:25.112Z","avatar_url":"https://github.com/rsinghcodes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### My Mart - An online mini mart store.\n\n\u003cimg src=\"https://user-images.githubusercontent.com/67682451/123089868-209e2880-d445-11eb-81f3-029793098613.png\" alt=\"app-preview\" width=\"100%\"\u003e\n\n#### :telescope: Overview \u003cbr/\u003e\n\n:small_blue_diamond: An online mini-mart store where the user can do shopping of daily essentials and grocery. \u003cbr/\u003e\n:small_blue_diamond: Stripe payment gateway as an online payment option. \u003cbr/\u003e\n\n#### :hammer: :construction: Tech Stack\n\n- :ballot_box_with_check: Reactjs\n- :ballot_box_with_check: Material UI\n- :ballot_box_with_check: Styled-Components\n- :ballot_box_with_check: Redux\n- :ballot_box_with_check: Firebase\n\n**React \u0026 Redux:**\n\n- Used Redux for state management. \u003cbr/\u003e\n- Routing with **React Router.**\u003cbr/\u003e\n- Redux Thunk for asynchronous actions like bringing Data from Firestore to the App.\u003cbr/\u003e\n- Redux Persist to save user login.\u003cbr/\u003e\n\n\u003c/br\u003e\n\n**Firebase \u0026 Firestore**\n\n- Used Firebase to build Fullstack application.\u003cbr/\u003e\n- Sign-In workflow with Firebase.\u003cbr/\u003e\n- Google Sign-in Authentification.\u003cbr/\u003e\n- Storing User Data In Firebase.\u003cbr/\u003e\n\n#### :file_folder: Get the Code\n\n```\ngit clone https://github.com/rsinghcodes/mymart.git\n```\n\n```\ncd mymart\n```\n\n```\nnpm install\n```\n\nCreate a Firebase project by going to [Firebase Console](https://console.firebase.google.com/). Copy the configuration values and then create an `.env.local` file in the project's directory. Add environment-specific variables in the form of NAME=VALUE. For example:\n\n```\nREACT_APP_API_KEY=...\nREACT_APP_AUTH_DOMAIN=...\nREACT_APP_PROJECT_ID=...\nREACT_APP_STORAGE_BUCKET=...\nREACT_APP_MESSAGING_SENDER_ID=...\nREACT_APP_APP_ID=...\n```\n\n```\nnpm start\n```\n\nFor production environments...\n\n```\nnpm run build\n```\n\n#### [Live site](https://mymartstore.netlify.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsinghcodes%2Fmymart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsinghcodes%2Fmymart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsinghcodes%2Fmymart/lists"}