{"id":15130988,"url":"https://github.com/udoy2/furniflex","last_synced_at":"2026-02-09T16:01:44.061Z","repository":{"id":255674870,"uuid":"852938215","full_name":"Udoy2/FurniFlex","owner":"Udoy2","description":"🌟 FurniFlex: A sleek React-based e-commerce app with product listings, cart management, and user authentication! 🛒💻","archived":false,"fork":false,"pushed_at":"2024-09-06T14:43:31.000Z","size":1560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T06:44:41.991Z","etag":null,"topics":["font-awesome","reactjs","talwindcss","vitejs"],"latest_commit_sha":null,"homepage":"https://furniflex-udoy.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/Udoy2.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-05T17:32:15.000Z","updated_at":"2024-09-06T14:43:34.000Z","dependencies_parsed_at":"2024-09-06T17:29:32.539Z","dependency_job_id":"34be2192-833f-42af-92a0-b5f3fc2ead0f","html_url":"https://github.com/Udoy2/FurniFlex","commit_stats":null,"previous_names":["udoy2/furniflex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Udoy2/FurniFlex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2FFurniFlex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2FFurniFlex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2FFurniFlex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2FFurniFlex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Udoy2","download_url":"https://codeload.github.com/Udoy2/FurniFlex/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Udoy2%2FFurniFlex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29271848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T13:47:44.167Z","status":"ssl_error","status_checked_at":"2026-02-09T13:47:43.721Z","response_time":56,"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":["font-awesome","reactjs","talwindcss","vitejs"],"created_at":"2024-09-26T03:20:39.723Z","updated_at":"2026-02-09T16:01:44.036Z","avatar_url":"https://github.com/Udoy2.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# FurniFlex E-commerce WebApp\n\nFurniFlex is a fully functional e-commerce web application built using **React** and **Context API**. The app features user authentication (login/signup), a product store with cart management, and order overview functionality. The project is styled with **Tailwind CSS** and uses **FontAwesome** icons for a modern look.\n\n## Features\n\n- **Login \u0026 Sign Up**: User authentication system that allows users to log in or sign up.\n- **Product Listing**: Browse a list of products fetched from a local JSON file or API.\n- **Cart Management**: Add products to the shopping cart, remove items, and adjust product quantities.\n- **Order Overview**: Review products in the cart and see the total price before proceeding to checkout.\n\n## Tech Stack\n\n- **Frontend**: React, Context API, Tailwind CSS, FontAwesome\n- **State Management**: Context API for global state\n- **Styling**: Tailwind CSS for layout and styling\n- **Icons**: FontAwesome for interactive icons (e.g., shopping cart, cross icons)\n- **Local Data**: Product data fetched from a local `products.json` file (can be easily replaced by an API)\n\n## Screenshots\n\n- **Store Page**  \n  ![Store Page](https://github.com/Udoy2/FurniFlex/blob/main/screenshots/store.png)\n\n- **Cart Page**  \n  ![Cart Page](https://github.com/Udoy2/FurniFlex/blob/main/screenshots/cart.png)\n- **Login Page**  \n  ![Login Page](https://github.com/Udoy2/FurniFlex/blob/main/screenshots/login.png)\n- **Signup Page**  \n  ![Signup Page](https://github.com/Udoy2/FurniFlex/blob/main/screenshots/signup.png)\n\n## Folder Structure\n\n```\n/src\n  /components\n    - Login.js          // Login component\n    - Signup.js         // Signup component\n    - Store.js          // Store (product listing) component\n    - Cart.js           // Cart management component\n  /context\n    - AuthContext.js    // Authentication context for login/signup\n    - ProductContext.js // Product context for fetching and managing product data\n    - CartContext.js    // Cart context for managing cart operations\n  /data\n    - products.json     // Local product data\n  App.js                // Main app component that sets up routing\n  index.js              // Main entry point\n  index.css             // Tailwind CSS imports\n```\n\n## Installation and Setup\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/Udoy2/FurniFlex.git\n   cd furniflex\n   ```\n\n2. **Install Dependencies**:\n\n   Make sure you have `Node.js` installed. Then run:\n\n   ```bash\n   npm install\n   ```\n\n3. **Install Tailwind CSS**:\n\n   Tailwind is used for styling. Make sure to install the necessary dependencies for Tailwind CSS:\n\n   ```bash\n   npm install -D tailwindcss postcss autoprefixer\n   npx tailwindcss init -p\n   ```\n\n4. **Run the App**:\n\n   After setting up the project, run the development server:\n\n   ```bash\n   npm run dev\n   ```\n\n   The app will be available at `http://localhost:3000`.\n\n## Features Breakdown\n\n### 1. **Login \u0026 Signup**\n   - Users can create an account or log in using their credentials.\n   - The app uses `Context API` to manage user authentication state globally.\n\n### 2. **Product Store**\n   - Displays a list of products that can be fetched from a local JSON file.\n   - Each product has details such as name, price, description, and an image.\n\n### 3. **Add to Cart**\n   - Users can add products to the cart, with real-time updates using `Context API`.\n   - Cart state dynamically reflects the number of items and total cost.\n\n### 4. **Cart Management**\n   - Users can adjust the quantity of items in the cart.\n   - Items can be removed from the cart, and the total price updates accordingly.\n\n### 5. **Order Overview**\n   - Shows a summary of the items added to the cart.\n   - Displays the total price, subtotal, and the ability to proceed to checkout.\n\n## Available Scripts\n\nIn the project directory, you can run:\n\n- `npm run dev`: Runs the app in development mode. Open [http://localhost:3000](http://localhost:3000) to view it in the browser.\n- `npm run build`: Builds the app for production to the `build` folder.\n\n## Usage\n\n- **Login/Signup**: Use the login or signup pages to create an account and log in.\n- **Browse Products**: Navigate to the store to browse products and add items to your cart.\n- **Cart Management**: Adjust the quantity of products or remove items from the cart. Review the order before checkout.\n\n## Contributions\n\nFeel free to fork the repository and create pull requests. Contributions are welcome!\n\n1. Fork the repo.\n2. Create a new branch (`git checkout -b feature/your-feature-name`).\n3. Commit your changes (`git commit -m 'Add some feature'`).\n4. Push to the branch (`git push origin feature/your-feature-name`).\n5. Open a pull request.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudoy2%2Ffurniflex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudoy2%2Ffurniflex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudoy2%2Ffurniflex/lists"}