An interactive 3D decentralized art bidding frontend built with React, Vite, and Tailwind CSS. It provides users with a modern interface to browse, view, and bid on digital artworks in a Web3-powered manner.
- Responsive UI for browsing and bidding on art pieces
- 3D artwork previews, ready to be enhanced with a library like Three.js or Babylon.js
- Connect with Ethereum wallets (e.g., MetaMask) via reusable hooks/components
- Real-time bid updates, prepared for WebSocket or GraphQL subscriptions
Art-Auction/ ├── public/ │ └── vite.svg ├── src/ │ ├── assets/ │ ├── components/ │ │ ├── Header.jsx │ │ ├── Hero.jsx │ │ └── index.js │ ├── App.jsx │ └── main.jsx ├── .env.example ├── .gitignore ├── index.html ├── package.json ├── postcss.config.js ├── tailwind.config.js ├── vite.config.js └── README.md