{"id":15064831,"url":"https://github.com/aysegulsimsek/nike_react","last_synced_at":"2026-02-04T01:37:05.523Z","repository":{"id":255553383,"uuid":"851278530","full_name":"aysegulsimsek/nike_react","owner":"aysegulsimsek","description":"live:","archived":false,"fork":false,"pushed_at":"2024-09-08T20:47:11.000Z","size":5390,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-04T21:47:21.410Z","etag":null,"topics":["firebase-auth","javascript","mui-material","react","redux","router-dom","tailwind-css"],"latest_commit_sha":null,"homepage":"https://react-nike-ecommerce-simsek.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/aysegulsimsek.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-09-02T19:24:59.000Z","updated_at":"2024-09-08T20:47:13.000Z","dependencies_parsed_at":"2024-10-13T00:21:51.967Z","dependency_job_id":"976c7897-74a5-49a9-8c1a-80e51f17fcb1","html_url":"https://github.com/aysegulsimsek/nike_react","commit_stats":null,"previous_names":["aysegulsimsek/nike_react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aysegulsimsek/nike_react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aysegulsimsek%2Fnike_react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aysegulsimsek%2Fnike_react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aysegulsimsek%2Fnike_react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aysegulsimsek%2Fnike_react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aysegulsimsek","download_url":"https://codeload.github.com/aysegulsimsek/nike_react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aysegulsimsek%2Fnike_react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29063969,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T00:26:14.114Z","status":"ssl_error","status_checked_at":"2026-02-04T00:23:06.435Z","response_time":96,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["firebase-auth","javascript","mui-material","react","redux","router-dom","tailwind-css"],"created_at":"2024-09-25T00:26:58.333Z","updated_at":"2026-02-04T01:37:05.495Z","avatar_url":"https://github.com/aysegulsimsek.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Nike E-Commerce\n\nThis project is a fully responsive e-commerce website built using React, Redux, Tailwind CSS, and Firebase. The website is inspired by Nike's design and includes features such as product listing, a detailed product page with image zoom, and a shopping cart with local storage and Redux state management.\n\n## Table of Contents\n\n- [Demo](#demo)\n- [Features](#features)\n- [Technologies Used](#technologies-used)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Project Structure](#project-structure)\n- [Contributing](#contributing)\n- [License](#license)\n\n## Demo\n\nYou can view the live demo of the project [here](https://react-nike-ecommerce-simsek.netlify.app/).\n\n## Features\n\n- **Responsive Design:** Fully responsive design that works on all devices.\n- **Product Listing:** View a list of products with options to filter and sort.\n- **Product Detail Page:** Detailed product view with multiple images, zoom feature, and size selection.\n- **Shopping Cart:** Add products to the cart, view cart details, and manage quantities.\n- **Authentication:** User login and registration using Firebase.\n- **State Management:** Redux is used for managing the cart state.\n- **Local Storage:** Cart data is persisted in local storage.\n- **Tailwind CSS:** Modern and clean design with Tailwind CSS.\n\n## Technologies Used\n\n- **React**: JavaScript library for building user interfaces.\n- **Redux**: State management tool for React.\n- **Tailwind CSS**: Utility-first CSS framework for styling.\n- **Firebase**: Backend services including authentication and database.\n- **Framer Motion**: Library for animations and transitions.\n- **React Hook Form**: Forms handling with validation in React.\n- **React Router**: Declarative routing for React applications.\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/yourusername/react-nike-ecommerce.git\n   cd react-nike-ecommerce\n   npm install\n## Usage \nnpm start\n\n## Project Structure\n\n   src/\n│\n├── assets/                 # Images and static assets\n├── components/             # Reusable components\n│   ├── Cart/\n│   ├── Header/\n│   ├── Footer/\n│   ├── Product/\n│   └── ...\n├── constants/              # Constant values and configurations\n├── hooks/                  # Custom React hooks\n├── pages/                  # Page components\n│   ├── Home/\n│   ├── ProductDetails/\n│   ├── Cart/\n│   └── ...\n├── redux/                  # Redux store, slices, and actions\n│   ├── slices/\n│   ├── store.js\n│   └── ...\n├── styles/                 # Global styles and Tailwind configurations\n├── App.js                  # Main application component\n├── index.js                # Entry point of the application\n└── ...\n\n## Contributing\nContributions are welcome! Please fork the repository and submit a pull request for any changes.\n\nFork the repository.\nCreate a new feature branch (git checkout -b feature/YourFeature).\nCommit your changes (git commit -m 'Add YourFeature').\nPush to the branch (git push origin feature/YourFeature).\nOpen a pull request.\n## License\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faysegulsimsek%2Fnike_react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faysegulsimsek%2Fnike_react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faysegulsimsek%2Fnike_react/lists"}