{"id":20437768,"url":"https://github.com/atharva-narkhede/e-commercesite_reactjs","last_synced_at":"2026-04-12T10:34:52.554Z","repository":{"id":245269851,"uuid":"817751576","full_name":"atharva-narkhede/E-CommerceSite_ReactJS","owner":"atharva-narkhede","description":"This project is a full-featured E-Commerce application built with ReactJS. It supports user authentication, product listings, and cart functionalities. The app is deployed on Firebase, and the backend API is hosted on Render.","archived":false,"fork":false,"pushed_at":"2024-06-27T09:53:30.000Z","size":358,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-15T19:53:34.262Z","etag":null,"topics":["api","express","html","mern-stack","mongoose","postman","reactjs"],"latest_commit_sha":null,"homepage":"https://e-commerce-a3b26.web.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atharva-narkhede.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-06-20T11:15:18.000Z","updated_at":"2024-06-27T09:53:33.000Z","dependencies_parsed_at":"2024-06-27T11:08:58.560Z","dependency_job_id":"09b5239d-9e94-4f8e-8c2f-85bb761f23f0","html_url":"https://github.com/atharva-narkhede/E-CommerceSite_ReactJS","commit_stats":null,"previous_names":["atharva-narkhede/e-commercesite_reactjs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharva-narkhede%2FE-CommerceSite_ReactJS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharva-narkhede%2FE-CommerceSite_ReactJS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharva-narkhede%2FE-CommerceSite_ReactJS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atharva-narkhede%2FE-CommerceSite_ReactJS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atharva-narkhede","download_url":"https://codeload.github.com/atharva-narkhede/E-CommerceSite_ReactJS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241982948,"owners_count":20052590,"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":["api","express","html","mern-stack","mongoose","postman","reactjs"],"created_at":"2024-11-15T09:07:17.254Z","updated_at":"2025-12-30T21:59:27.044Z","avatar_url":"https://github.com/atharva-narkhede.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# E-Commerce Site\n\nThis project is a full-featured E-Commerce application built with ReactJS. It supports user authentication, product listings, and cart functionalities. The app is deployed on Firebase, and the backend API is hosted on Render.\n\n## Live Demo\n\n- **Frontend**: [E-Commerce App](https://e-commerce-a3b26.web.app)\n- **Backend API**: [E-Commerce API](https://github.com/atharva-narkhede/E-Commerce_CRUD)\n\n## Screenshots\n\n### Home Page\n![Home Page](https://github.com/atharva-narkhede/E-CommerceSite_ReactJS/assets/106006803/0dc4bc15-f6aa-4106-b15d-1b3b11a0722a)\n\n### About Us Page\n![About Us Page](https://github.com/atharva-narkhede/E-CommerceSite_ReactJS/assets/106006803/60026dc8-ac8d-4e0e-b623-c0b7cf08a8a4)\n\n### Contact Us Page\n![Contact Us Page](https://github.com/atharva-narkhede/E-CommerceSite_ReactJS/assets/106006803/41a71cce-dd1f-4afc-ba61-162d12473f28)\n\n### Products Page\n![Products Page](https://github.com/atharva-narkhede/E-CommerceSite_ReactJS/assets/106006803/5acfae0f-a810-4aa2-94b5-75ab1fa16510)\n\n### Cart Page\n![Cart Page](https://github.com/atharva-narkhede/E-CommerceSite_ReactJS/assets/106006803/2c335fe1-aebb-44e4-8128-32eca493cbee)\n\n## How to Run\n\n### Clone the repository\n\n```sh\ngit clone https://github.com/atharva-narkhede/E-CommerceSite_ReactJS.git\ncd E-CommerceSite_ReactJS\n```\n\n### Install dependencies\n\n```sh\nnpm install\n```\n\n### Run the app\n\n```sh\nnpm start\n```\n\nRuns the app in the development mode.\\\nOpen [http://localhost:3000](http://localhost:3000) to view it in your browser.\n\nThe page will reload when you make changes.\\\nYou may also see any lint errors in the console.\n\n## Backend API\n\nThe backend API repository is available at [E-Commerce CRUD API](https://github.com/atharva-narkhede/E-Commerce_CRUD).\n\n## Learn More\n\nYou can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).\n\nTo learn React, check out the [React documentation](https://reactjs.org/).\n\n### Code Splitting\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting)\n\n### Analyzing the Bundle Size\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size)\n\n### Making a Progressive Web App\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app)\n\n### Advanced Configuration\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration)\n\n### Deployment\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)\n\n### `npm run build` fails to minify\n\nThis section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharva-narkhede%2Fe-commercesite_reactjs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatharva-narkhede%2Fe-commercesite_reactjs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatharva-narkhede%2Fe-commercesite_reactjs/lists"}