{"id":21204437,"url":"https://github.com/purwar1997/shopease","last_synced_at":"2026-02-15T21:03:19.434Z","repository":{"id":154199369,"uuid":"586783993","full_name":"purwar1997/shopease","owner":"purwar1997","description":"An ecommerce platform designed to provide a seamless shopping experience to users.","archived":false,"fork":false,"pushed_at":"2025-01-29T15:25:53.000Z","size":3043,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-10T13:31:54.234Z","etag":null,"topics":["axios","ecommerce","json-server","react-router-v6","reactjs","redux-thunks","redux-toolkit","tailwind-css"],"latest_commit_sha":null,"homepage":"http://shopease.shubhampurwar.in","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/purwar1997.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":"2023-01-09T08:15:19.000Z","updated_at":"2025-01-29T15:25:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"83ba244d-d9c9-45fd-8567-13501c07a7af","html_url":"https://github.com/purwar1997/shopease","commit_stats":null,"previous_names":["purwar1997/amazon-clone","purwar1997/ecommerce-frontend","purwar1997/shopease-frontend","purwar1997/shopease"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/purwar1997/shopease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwar1997%2Fshopease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwar1997%2Fshopease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwar1997%2Fshopease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwar1997%2Fshopease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purwar1997","download_url":"https://codeload.github.com/purwar1997/shopease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purwar1997%2Fshopease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29489344,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","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":["axios","ecommerce","json-server","react-router-v6","reactjs","redux-thunks","redux-toolkit","tailwind-css"],"created_at":"2024-11-20T20:35:13.569Z","updated_at":"2026-02-15T21:03:19.420Z","avatar_url":"https://github.com/purwar1997.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shopease\r\n\r\n![static-badge](https://img.shields.io/badge/built_with-love-red?style=for-the-badge)\r\n![static-badge](https://img.shields.io/badge/status-success-limegreen?style=for-the-badge)\r\n\r\n## 0. Table of Contents\r\n\r\n1. [Overview](#1-overview)\r\n2. [Main Features](#2-main-features)\r\n3. [Advance Features](#3-advance-features)\r\n4. [Tools and technologies used](#4-tools-and-technologies-used)\r\n5. [Live Deployment](#5-live-deployment)\r\n6. [Demo Video](#6-demo-video)\r\n\r\n## 1. Overview\r\n\r\nShopease is an e-commerce platform designed to provide a seamless shopping experience to users. With a vast selection of products ranging from electronics and fashion to home goods and beauty products, Shopease aims to cater to all your shopping needs in one location.\r\n\r\n## 2. Main Features\r\n\r\n- Authentication - signup, login, logout\r\n- Cart management\r\n  - Add item to cart\r\n  - Remove item from cart\r\n  - Update item quantity in cart\r\n  - Clear cart\r\n- Wishlist management\r\n  - Add item to wishlist\r\n  - Remove item from wishlist\r\n  - Clear wishlist\r\n- Manage addresses\r\n  - Add new address\r\n  - Update an address\r\n  - Delete an address\r\n  - Set an address as the default\r\n- Profile management\r\n  - Update profile - first name, last name, phone, password\r\n  - Delete account\r\n- Products\r\n  - Filter by categories, brands and rating\r\n  - Sort by rating, newly added, price-low to high, and price-high to low\r\n- View order history\r\n- Admin panel\r\n  - Product management\r\n    - Add new product\r\n    - Update product details\r\n    - Delete a product\r\n    - Filter and sort products\r\n  - User management\r\n    - Update user role\r\n    - Delete a user\r\n  - Order management\r\n    - Update order status\r\n    - Delete an order\r\n    - Sort orders by amount - asc or desc\r\n\r\n## 3. Advance Features\r\n\r\n- Pagination to render large lists of products, orders and users\r\n- Sanitization and validation of data entered in React Forms\r\n- Lazy loading to import bundles only when they are required, thereby reducing the initial bundle size\r\n- Memoization of React components and expensive calculations using memo function and useMemo hook\r\n- Best practices of React and Redux to minimize unnecessary re-renders\r\n- Custom hooks to handle components like modals and dropdowns\r\n\r\n## 4. Tools and technologies used\r\n\r\n- Create React App to initialize React project\r\n- Tailwind CSS to style UI components\r\n- React Router v6 to implement client-side routing\r\n- Redux to save global state in an external store\r\n- Redux Thunks to fetch data from APIs and save it in a Redux store\r\n- Axios client to send HTTP requests\r\n- JSON Server as a mock backend to serve incoming API requests\r\n- Morgan to log information about HTTP requests\r\n- Deployed on a DigitalOcean Droplet using Nginx as a web server\r\n- Configured PM2 to keep JSON Server running as a daemon process to ensure availability\r\n\r\n## 5. Live Deployment\r\n\r\nShopease is deployed on a DigitalOcean Droplet using Nginx as a web server and is linked to a custom domain. To visit the live deployment, [click here](http://shopease.shubhampurwar.in).\r\n\r\n## 6. Demo Video\r\n\r\nDemo video of the project is uploaded on youtube. To watch the demo video, [click here](https://youtu.be/AXzd7vaG-7Q).\r\n\r\n[![Preview](./media/preview.png)](https://youtu.be/AXzd7vaG-7Q)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurwar1997%2Fshopease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurwar1997%2Fshopease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurwar1997%2Fshopease/lists"}