{"id":25770767,"url":"https://github.com/codiphile/goshop","last_synced_at":"2026-02-15T15:05:04.477Z","repository":{"id":269427914,"uuid":"907377200","full_name":"codiphile/GoShop","owner":"codiphile","description":"A modern Next.js 14 app for seamlessly buying and selling premium dry fruits. 🌰✨","archived":false,"fork":false,"pushed_at":"2025-03-10T05:25:25.000Z","size":515,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T01:04:31.569Z","etag":null,"topics":["admin-dashboard","e-commerce","firebase","javascript","next-ui","nextjs14","stripe"],"latest_commit_sha":null,"homepage":"https://ecommerce-nextjs-mudit.vercel.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/codiphile.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,"zenodo":null}},"created_at":"2024-12-23T12:51:34.000Z","updated_at":"2025-03-10T05:25:29.000Z","dependencies_parsed_at":"2025-03-10T06:23:14.586Z","dependency_job_id":"7f1138ce-5a2f-4d29-91eb-11d9ad7f782c","html_url":"https://github.com/codiphile/GoShop","commit_stats":null,"previous_names":["codiphile/ecommerce","codiphile/goshop"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codiphile/GoShop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiphile%2FGoShop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiphile%2FGoShop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiphile%2FGoShop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiphile%2FGoShop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codiphile","download_url":"https://codeload.github.com/codiphile/GoShop/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codiphile%2FGoShop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29481925,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T11:35:25.641Z","status":"ssl_error","status_checked_at":"2026-02-15T11:34:57.128Z","response_time":118,"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":["admin-dashboard","e-commerce","firebase","javascript","next-ui","nextjs14","stripe"],"created_at":"2025-02-27T02:37:08.238Z","updated_at":"2026-02-15T15:05:04.443Z","avatar_url":"https://github.com/codiphile.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GoShop - Ecommerce\n\nThis is a modern e-commerce application built with [Next.js](https://nextjs.org/), leveraging server-side rendering and dynamic imports for optimal performance.\n\n## Features\n\n- **Dynamic Product Listings**: Fetch and display products dynamically from Firestore.\n- **Animated UI**: Smooth animations using Framer Motion.\n- **Responsive Design**: Fully responsive design for all devices.\n- **Customer Reviews**: Display customer reviews.\n- **Brand Showcases**: Highlight different brands.\n- **Collections and Categories**: Organized product collections and categories.\n\n## Getting Started\n\nFirst, clone the repository:\n\n```bash\ngit clone https://github.com/yourusername/ecommerce.git\ncd ecommerce\n```\n\nInstall the dependencies:\n\n```bash\nnpm install\n# or\nyarn install\n# or\npnpm install\n# or\nbun install\n```\n\nRun the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n# or\nbun dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Environment Variables\n\nCreate a `.env.local` file in the root of your project and add the following environment variables:\n\n```env\nNEXT_PUBLIC_DOMAIN=yourdomain.com\nFIREBASE_API_KEY=your_firebase_api_key\nFIREBASE_AUTH_DOMAIN=your_firebase_auth_domain\nFIREBASE_PROJECT_ID=your_firebase_project_id\nFIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket\nFIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id\nFIREBASE_APP_ID=your_firebase_app_id\n```\n\n## Project Structure\n\n- `app/page.js`: Main page of the application.\n- `components/`: Contains all the React components used in the application.\n- `lib/firestore/`: Firestore utility functions for fetching data.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\n## License\n\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiphile%2Fgoshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodiphile%2Fgoshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodiphile%2Fgoshop/lists"}