{"id":31004599,"url":"https://github.com/ecopque/shopcart_react","last_synced_at":"2026-04-11T10:37:18.340Z","repository":{"id":312336392,"uuid":"1047170646","full_name":"ecopque/shopcart_react","owner":"ecopque","description":"This e-commerce project in React simulates a complete shopping flow, with login , product listing from an API , a persistent shopping cart , and checkout.","archived":false,"fork":false,"pushed_at":"2025-09-01T21:03:37.000Z","size":731,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-13T01:58:33.117Z","etag":null,"topics":["css","css3","html","html5","javascript","react","react-router","reactjs","vite","vitejs"],"latest_commit_sha":null,"homepage":"https://linktr.ee/edsoncopque","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/ecopque.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T21:25:14.000Z","updated_at":"2025-09-01T21:03:41.000Z","dependencies_parsed_at":"2025-08-29T23:29:35.518Z","dependency_job_id":"b5b08bd1-463c-4887-b95b-b290f5f77d14","html_url":"https://github.com/ecopque/shopcart_react","commit_stats":null,"previous_names":["ecopque/shopcart_react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ecopque/shopcart_react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fshopcart_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fshopcart_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fshopcart_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fshopcart_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecopque","download_url":"https://codeload.github.com/ecopque/shopcart_react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecopque%2Fshopcart_react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31677819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: 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":["css","css3","html","html5","javascript","react","react-router","reactjs","vite","vitejs"],"created_at":"2025-09-13T01:58:26.690Z","updated_at":"2026-04-11T10:37:18.319Z","avatar_url":"https://github.com/ecopque.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ShopCart - E-commerce Project with React\n\nWelcome to ShopCart, a complete e-commerce application built with React. This project features a login page, product listing with filters, product details, a persistent shopping cart, and a checkout page.\n\n## Table of Contents\n\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Getting Started](#getting-started)\n  - [Prerequisites](#prerequisites)\n  - [Installation](#installation)\n- [Screenshots](#screenshots)\n\n## Features\n\n-   **Login Page**: User authentication with email and password validation.\n-   **Product Listing**: Fetches and displays a list of products from the `fakestoreapi.com`.\n-   **Product Filtering**: Filter products by category.\n-   **Product Details**: Displays detailed information for each product, including image, title, price, description, and rating.\n-   **Shopping Cart**: Add and remove products from the cart. The cart persists during the user's session using `localStorage`.\n-   **Real-time Total**: The total price is updated in real-time as items are added to or removed from the cart.\n-   **Checkout**: A summary of the purchase with the total price and the option to finalize the order.\n\n## Technologies Used\n\n-   **JavaScript**: The primary programming language for the application's logic and interactivity. \n-   **React**: A JavaScript library for building user interfaces.\n-   **React Router**: For declarative routing in the application.\n-   **Vite**: A fast build tool for modern web development.\n-   **CSS**: For styling the components.\n-   **HTML**: The standard markup language used to create the structure of the web pages.\n\n## Getting Started\n\nTo get a local copy up and running, follow these simple steps.\n\n### Prerequisites\n\nYou need to have Node.js and npm (or yarn) installed on your machine.\n\n-   [Node.js](https://nodejs.org/)\n-   [npm](https://www.npmjs.com/get-npm) or [yarn](https://classic.yarnpkg.com/en/docs/install/)\n\n### Installation\n\n1.  **Clone the repo**\n    ```sh\n    git clone [https://github.com/your-username/your-repository.git](https://github.com/your-username/your-repository.git)\n    ```\n2.  **Navigate to the project directory**\n    ```sh\n    cd your-repository\n    ```\n3.  **Install NPM packages**\n    ```sh\n    npm install\n    ```\n4.  **Run the development server**\n    ```sh\n    npm run dev\n    ```\n\nThe application will be available at `http://localhost:5173`.\n\n## Screenshots\n\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-50.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-59.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-19-07.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-18.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-28.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-34.png)\n![readme](https://github.com/ecopque/shopcart_react/blob/main/prints/Screenshot%20from%202025-08-29%2019-18-40.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecopque%2Fshopcart_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecopque%2Fshopcart_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecopque%2Fshopcart_react/lists"}