{"id":15161715,"url":"https://github.com/dhaya3132/shoppyglobal","last_synced_at":"2026-01-20T22:02:11.888Z","repository":{"id":254536923,"uuid":"846842993","full_name":"Dhaya3132/ShoppyGlobal","owner":"Dhaya3132","description":"A front-end e-commerce website involves creating a user interface that allows customers to browse products, view detailed information, add items to a shopping cart, and complete a purchase.","archived":false,"fork":false,"pushed_at":"2024-09-15T16:27:20.000Z","size":935,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T01:23:45.202Z","etag":null,"topics":["customhooksreact","nanoid","react-router-dom","reactjs","redux-thunk","redux-toolkit","tailwind"],"latest_commit_sha":null,"homepage":"https://shoppy-global.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/Dhaya3132.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}},"created_at":"2024-08-24T05:27:07.000Z","updated_at":"2024-09-15T16:27:23.000Z","dependencies_parsed_at":"2024-08-24T06:33:23.867Z","dependency_job_id":"78d2a9ed-26e6-4d42-bf4b-e023828a26df","html_url":"https://github.com/Dhaya3132/ShoppyGlobal","commit_stats":{"total_commits":45,"total_committers":1,"mean_commits":45.0,"dds":0.0,"last_synced_commit":"751c4d163608a3cba0546b414c4a174267726885"},"previous_names":["dhaya3132/shoppyglobal"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaya3132%2FShoppyGlobal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaya3132%2FShoppyGlobal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaya3132%2FShoppyGlobal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dhaya3132%2FShoppyGlobal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dhaya3132","download_url":"https://codeload.github.com/Dhaya3132/ShoppyGlobal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755560,"owners_count":20990620,"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":["customhooksreact","nanoid","react-router-dom","reactjs","redux-thunk","redux-toolkit","tailwind"],"created_at":"2024-09-27T00:43:36.584Z","updated_at":"2026-01-20T22:02:11.850Z","avatar_url":"https://github.com/Dhaya3132.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Shoppy Global - E-Commerce Website\n\n- This project is a fully responsive e-commerce website built using React and Tailwind CSS. It includes various features like browsing products, adding them to the cart, viewing product details, and completing a checkout process.\n\n## Table of Contents\n\n- Features\n- Demo\n- Installation\n- Usage\n- Project Structure\n- Technologies Used\n\n## Features\n\n## Home Page:\n\n- Hero Section: Engaging banner to showcase featured products or promotions.\n- Welcome Message: Personalized greeting for users.\n- New Arrivals: Display the latest products added to the store.\n- Top Selling Products: Highlight the best-selling items.\n- Brand Logo Display: Showcase logos of brands available in the store.\n- Customer Feedback: Display testimonials from satisfied customers.\n- Footer: Useful links and information.\n\n## Product Page:\n\n- Product List: View all available products.\n- Product Item: Individual product card with details.\n- Search Component: Search for products based on keywords.\n- Product Detail Page:\n\n- Product Detail: Detailed information about a selected product.\n- Product Review: Display customer reviews for the product.\n\n## Cart Page:\n\n- Cart Display: View all items added to the cart.\n- Cart Item: Individual cart item with options to modify quantities or remove items.\n\n## Checkout Page:\n\n- Order Summary: Overview of items to be purchased.\n- Payment Form: Secure payment input fields.\n- Shipping Address Form: Input fields for entering shipping details.\n\n## Popup Component:\n\n- Display notifications when an item is added to the cart.\n\n## Error Page:\n\n- Display error messages for invalid URLs.\n\n## Loading Component:\n\n- Shows a loading spinner if a component takes time to load.\n\n## Installation\n\n## Clone the repository:\n \n- git clone https://github.com/Dhaya3132/ShoppyGlobal\n\n## Navigate to the project directory:\n\n- cd ecommerce-website\n\n## Install dependencies:\n\n- npm install\n\n## Start the development server:\n\n- npm start\n\n## Usage\n\n- Visit the home page to browse products.\n- Use the search bar to find specific items.\n- Click on a product to view its details.\n- Add products to the cart and proceed to checkout.\n- Complete the order by filling in payment and shipping information.\n\n## Technologies Used\n\n- React: A JavaScript library for building user interfaces.\n- Tailwind CSS: A utility-first CSS framework for styling.\n- Redux: State management for React applications.\n- React Router: For handling routing in React applications.\n\n## Contributing\n\n- Contributions are welcome! Please fork this repository and submit a pull request.\n\n## Project Structure\n\nsrc/\n│\n├── components/\n│   ├── Home/\n│   │   ├── HeroSection.js\n│   │   ├── WelcomeMessage.js\n│   │   ├── NewArrivals.js\n│   │   ├── TopSelling.js\n│   │   ├── BrandLogo.js\n│   │   ├── Feedback.js\n│   │   └── Footer.js\n│   ├── ProductPage/\n│   │   ├── ProductList.js\n│   │   └── ProductItem.js\n│   ├── ProductDetailPage/\n│   │   ├── ProductDetail.js\n│   │   └── ProductReview.js\n│   ├── CartPage/\n│   │   ├── CartDisplay.js\n│   │   └── CartItem.js\n│   ├── CheckoutPage/\n│   │   ├── OrderSummary.js\n│   │   ├── PaymentForm.js\n│   │   └── ShippingAddress.js\n│   ├── ErrorPage.js\n│   ├── LoadingComponent.js\n│   └── PopupComponent.js\n│\n├── utils/\n│   ├── useFetch.js\n│   ├── cartSlice.js\n│   └── brandLogoData.js\n│\n├── App.js\n├── index.js\n└── ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhaya3132%2Fshoppyglobal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdhaya3132%2Fshoppyglobal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdhaya3132%2Fshoppyglobal/lists"}