{"id":26164680,"url":"https://github.com/mastermind-fa/youfashion_frontend","last_synced_at":"2026-05-05T10:31:57.402Z","repository":{"id":274438622,"uuid":"922635993","full_name":"mastermind-fa/YouFashion_Frontend","owner":"mastermind-fa","description":"A responsive and modern frontend for YouFashion, built using HTML, Tailwind CSS, Bootstrap, raw CSS, and JavaScript. It offers seamless product browsing, cart management, wishlist, and order tracking. 🚀","archived":false,"fork":false,"pushed_at":"2025-03-11T11:30:33.000Z","size":15714,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T12:31:04.145Z","etag":null,"topics":["clothing-store","css","html","javascript","tailwindcss"],"latest_commit_sha":null,"homepage":"https://you-fashion-frontend.vercel.app","language":"HTML","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/mastermind-fa.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":"2025-01-26T18:13:50.000Z","updated_at":"2025-03-11T11:30:38.000Z","dependencies_parsed_at":"2025-03-04T07:38:59.864Z","dependency_job_id":null,"html_url":"https://github.com/mastermind-fa/YouFashion_Frontend","commit_stats":null,"previous_names":["mastermind-fa/youfashion_frontend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mastermind-fa/YouFashion_Frontend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermind-fa%2FYouFashion_Frontend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermind-fa%2FYouFashion_Frontend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermind-fa%2FYouFashion_Frontend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermind-fa%2FYouFashion_Frontend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mastermind-fa","download_url":"https://codeload.github.com/mastermind-fa/YouFashion_Frontend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mastermind-fa%2FYouFashion_Frontend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27762496,"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-12-16T02:00:10.477Z","response_time":57,"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":["clothing-store","css","html","javascript","tailwindcss"],"created_at":"2025-03-11T15:39:22.313Z","updated_at":"2025-12-16T09:57:47.795Z","avatar_url":"https://github.com/mastermind-fa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YouFashion - Clothing Store Frontend\n\n## Overview\nYouFashion Frontend is a responsive and user-friendly interface for the YouFashion clothing store. It is built using **HTML, Tailwind CSS, Bootstrap, raw CSS, and JavaScript**, providing a seamless shopping experience with a modern design.\n\n## Features\n- **Home Page:** Showcases featured products and promotions.\n- **Product Listing:** Displays products with sorting and filtering options.\n- **Product Details:** Detailed view of each product with reviews.\n- **Cart \u0026 Wishlist:**\n  - Add products to the cart.\n  - Save products to the wishlist.\n- **User Authentication:**\n  - User login and registration.\n  - Secure authentication with the backend.\n- **Order Management:**\n  - Checkout process integrated with SSLCommerz.\n  - View previous orders.\n\n## Technologies Used\n- **HTML** – Structure of the website.\n- **Tailwind CSS** – Styling for a clean and modern look.\n- **Bootstrap** – Additional UI components for responsiveness.\n- **Raw CSS** – Custom styles for enhanced design.\n- **JavaScript** – Dynamic interactions and API integration.\n\n## Installation \u0026 Setup\n### Prerequisites\n- A web browser (Chrome, Firefox, Edge, etc.)\n- A local or hosted backend server running YouFashion Backend\n\n### Steps to Run the Project\n1. **Clone the Repository:**\n   ```sh\n   git clone https://github.com/mastermind-fa/YouFashion_Frontend.git\n   cd YouFashion_Frontend\n   ```\n2. **Open the Project:**\n   - You can directly open `index.html` in your browser.\n   - For better experience, use a live server extension in VS Code.\n\n3. **Connect to the Backend:**\n   - Ensure the backend is running.\n   - Update API URLs inside `script.js` if necessary.\n\n## Folder Structure\n```\nYouFashion_Frontend/\n│-- index.html       # Homepage\n│-- products.html    # Product listing page\n│-- cart.html        # Shopping cart page\n│-- wishlist.html    # Wishlist page\n│-- orders.html      # User orders page\n│-- login.html      # User login page\n│-- registration.html      # User registration page\n│-- profile.html      # User profile page\n│-- productDetails.html      # A single product page\n|-- styles.css     # Custom CSS\n│-- script.js    # Main JavaScript file\n│-- auth.js      # Handles authentication\n│-- cart.js      # Manages cart functionality\n│-- order.js      # Manages order functionality\n│-- wishlist.js      # Manages wishlist functionality\n│-- profile.js      # Manages profile functionality\n│-- productDetails.js      # Manages product functionality\n\n```\n\n## Contribution\nContributions are welcome! Feel free to fork the repo and submit a pull request.\n\n## License\nThis project is licensed under the MIT License.\n\n---\nDeveloped by **Farhana Alam**\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastermind-fa%2Fyoufashion_frontend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmastermind-fa%2Fyoufashion_frontend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmastermind-fa%2Fyoufashion_frontend/lists"}