Open Issues Need Help
View All on GitHubAI Summary: Correct a spelling typo on the Products page of the Fatafat e-commerce web application. The typo is in the spelling of 'Products'.
AI Summary: Implement a "show/hide password" feature for the login form in the Fatafat e-commerce application. This involves adding a toggle button (e.g., an eye icon) that allows users to reveal or conceal their password input for enhanced security and usability. The implementation should be visually appealing and integrate seamlessly with the existing login form design.
AI Summary: Fix a UI/UX bug in a MERN stack e-commerce application where product categories are not visible in dark mode. The solution should ensure categories are displayed correctly in both light and dark modes without negatively impacting other parts of the application.
AI Summary: Add a table of contents with a toggle button to the project's README file to improve navigation and save space. This involves creating a collapsible table of contents section using Markdown and potentially a JavaScript library for the toggle functionality if a more advanced solution is desired.
AI Summary: The task is to adjust the styling of the Contact page in the Fatafat e-commerce application to ensure it is clearly visible and functional in both light and dark modes. This involves modifying the CSS to make the page elements appropriately contrasting and readable in both themes.
AI Summary: The task is to modify the signup form's password input field in the Fatafat e-commerce application. Currently, the password input is showing plain text; it needs to be changed to display as asterisks (*) for security, masking the actual password characters.
AI Summary: Improve the UI of the Fatafat e-commerce application's login page by centering a box containing smaller-sized text input fields. This involves adjusting the CSS styling to achieve the desired layout and input field dimensions.
AI Summary: Debug and fix a UI/UX issue in an e-commerce application's shopping cart functionality that only appears when dark mode is enabled. The problem involves the invisibility of total, subtotal, and potentially other cart summary elements in dark mode, while the light mode functions correctly. The solution requires identifying and correcting the CSS styling conflict causing the issue in the dark mode implementation.
AI Summary: This task involves refactoring the Fatafat e-commerce application to relocate the shopping cart from its current position to the website header. The cart icon needs to be updated to a lance-like design. This requires modifying both the front-end (React.js, HTML/CSS) and potentially the back-end (Node.js, Express.js) to ensure data consistency and proper functionality.
AI Summary: Redesign the dark/light mode toggle in the Fatafat e-commerce application to be smaller and simpler. The current toggle is visually large and should be replaced with a more compact design using only symbols (icons) to represent light and dark modes, creating a toggle-like switching mechanism.
AI Summary: Update the project's README.md file to include a section linking to a Contributing.md file. This will guide potential contributors on how to contribute to the Fatafat e-commerce project.
AI Summary: Fix two issues in the Fatafat e-commerce application: 1) Change the currency displayed in the cart from USD to Indian Rupees (INR). 2) Make the cart responsive to different screen sizes.
AI Summary: Modify the Fatafat e-commerce application to round the prices of all products to the nearest whole number. This involves updating the product data in the MongoDB database and potentially adjusting the frontend display to reflect the rounded prices.
AI Summary: Modify the Fatafat e-commerce application to replace all instances of the dollar ($) symbol with the Indian rupee (₹) symbol in product pricing displays. This involves updating the frontend React.js code to correctly format prices using the rupee symbol.
AI Summary: Implement a toggle button in the Fatafat e-commerce application's React frontend to switch between light and dark modes. This involves adding the button UI element, managing the application's theme state, and updating the styling to reflect the chosen mode.
AI Summary: Create a CONTRIBUTING.md file for the Fatafat e-commerce project. This file should include instructions for setting up the development environment, guidelines for submitting pull requests and issues, coding standards, and commit message conventions.