The Online Auction System is a comprehensive platform designed to streamline online auctions for buyers, sellers, and admins. 🎉 With features like user management, item tracking, real-time bidding, and transaction processing, it creates a seamless auction experience. Built with React.js and Node.js, it offers a responsive interface and robust back
Requires #7 to be done first (You can take up this issue if it is not resolved yet)
Description: Replace the current table implementations across the application (e.g., in transactions, items, and other data displays) with the Shadcn UI Table component to enhance consistency, accessibility, and user experience.
Solution: Utilize the Shadcn UI Table component to display data in a more structured, accessible, and visually appealing manner throughout the application.
Benefits:
Improved consistency in data presentation across the application.
Enhanced accessibility features built into the Shadcn UI components.
Better responsive design for various screen sizes.
Easier implementation of advanced features like sorting, pagination, and filtering.
Improved visual aesthetics aligning with modern UI standards.
Note: This change will require updating multiple components across the frontend, ensuring that all data previously displayed in tables is correctly migrated to the new Shadcn UI Table component format.
Requires #7 to be done first (You can take up this issue if it is not resolved yet)