{"id":19248540,"url":"https://github.com/chandelanish/myntra-clone","last_synced_at":"2025-09-14T14:54:51.362Z","repository":{"id":242351765,"uuid":"809333149","full_name":"ChandelAnish/myntra-clone","owner":"ChandelAnish","description":"The Myntra Clone project replicates the fashion e-commerce platform Myntra, featuring user authentication, product listings, detailed product pages, and a cart/checkout system. It provides a responsive design and seamless shopping experience using technologies like React, Node.js, and MongoDB.","archived":false,"fork":false,"pushed_at":"2024-10-12T10:51:26.000Z","size":6611,"stargazers_count":18,"open_issues_count":46,"forks_count":36,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-28T17:03:58.017Z","etag":null,"topics":["bootstrap5","css","expressjs","nodejs","reactjs"],"latest_commit_sha":null,"homepage":"https://trand-tide.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/ChandelAnish.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-06-02T11:55:48.000Z","updated_at":"2025-08-01T18:52:51.000Z","dependencies_parsed_at":"2024-06-02T13:26:16.045Z","dependency_job_id":"b1710fc8-695d-424e-8cb7-77f1c41aa72b","html_url":"https://github.com/ChandelAnish/myntra-clone","commit_stats":null,"previous_names":["chandelanish/myntra-clone"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChandelAnish/myntra-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandelAnish%2Fmyntra-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandelAnish%2Fmyntra-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandelAnish%2Fmyntra-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandelAnish%2Fmyntra-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChandelAnish","download_url":"https://codeload.github.com/ChandelAnish/myntra-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChandelAnish%2Fmyntra-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275121374,"owners_count":25409028,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bootstrap5","css","expressjs","nodejs","reactjs"],"created_at":"2024-11-09T18:08:44.320Z","updated_at":"2025-09-14T14:54:51.338Z","avatar_url":"https://github.com/ChandelAnish.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 🛍️ Myntra Clone - Fashion E-Commerce Platform\n\nWelcome to Myntra Clone, a fully responsive fashion e-commerce website that mimics the popular Myntra platform. This clone provides a seamless shopping experience with real-time product listings, user authentication, and a cart/checkout system.\n\n\n![Logo](https://trak.in/wp-content/uploads/2017/12/Myntra-Banner-Opt-1280x720.jpg)\n\n\n## 🌐 Live Demo\n\n https://trand-tide.netlify.app/(Link to live deployment)\n \nNote: The server takes approximately 50 seconds to spin up, so please be patient.\n\n\n## ✨ Key Features\n\n- 🔐 User Authentication:\n\nSecure and efficient sign-up, login, and JWT-based sessions.\n\n- 🛒 Dynamic Product Listings:\n\nBrowse hundreds of stylish outfits, shoes, and accessories across men’s, women’s, and kids’ categories.\n\n- 📋 Product Details:\n\nView product images, sizes, pricing, detailed descriptions, and reviews.\n\n- 🛍️ Shopping Cart \u0026 Checkout:\n\nAdd products to your cart, manage quantities, and experience a smooth checkout process.\n\n- 📱 Fully Responsive:\n\nEnjoy a flawless shopping experience on any device, whether desktop, tablet, or mobile\n## 📸 Screenshots\n\n![myntra-Screenshots1](https://drive.google.com/uc?id=1FAEiPYF2VlBfNSX8Rj9nw5Kt29yUKDIk)\n\n![myntra-Screenshots2](https://drive.google.com/uc?id=14xu0K13xWAny827xzW7iN5wXmz49m2Kr)\n## Tech Stack\n\n**Client:** React, Redux, Bootstrap\n\n**Server:** Node.js, Express.js\n\n**Database:** MongoDB, Mongoose\n\n**Authentication**: JWT (JSON Web Tokens)\n\n\n## 🚀 How to Get Started\n\nFollow these steps to set up the project locally:\n\n1. Fork \u0026 Clone the Repository\n```bash\n  npm clone https://github.com/ChandelAnish/myntra-clone.git\n  cd myntra-clone\n```\n\n- **Setup Client**\n\n2. Install dependencies for client:\n```bash\n  npm install\n```\n\n3. Configure Environment Variables for client side. Create a .env file in the client directory with the following details:\n```bash\nVITE_SERVER_URL=http://localhost:5000\n# VITE_URL=https://myntra-clone-1-kpwq.onrender.com\n```\n\n- **Setup server**\n\n4. Install dependencies for server:\n```bash\n  npm install\n```\n\n5. Configure Environment Variables for server. Create a .env file in the server directory of with the following details:\n```bash\nMONGO_URI=your-mongodb-uri\nPORT=5000\n```\n\n6. Run the server:\n```bash\nnpm start\n```\n\n7. Run the Application:\n```bash\nnpm run dev\n```\n\n8. Visit the application:\nLaunch the live server for the home page.\n\n## 👨‍💻 Contributing\n\nFeel free to fork this repository and contribute by submitting a pull request. For major changes, please open an issue first to discuss what you'd like to change.\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Open a pull request\n\n**Please adhere to this project's `code of conduct`.**\n\n\n## 💬 Feedback \u0026 Support\n\nIf you have any feedback, questions, or issues, feel free to reach out or open a GitHub Issue.\n\n\nFor support, feel free to reach out via email at anish8427singh@gmail.com.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandelanish%2Fmyntra-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandelanish%2Fmyntra-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandelanish%2Fmyntra-clone/lists"}