NFT Marketplace is a responsive platform for buying and selling Non-Fungible Tokens (NFTs), built during an internship to demonstrate full-stack capabilities and third-party integrations.
- 🔐 Secure Authentication – User login and registration powered by Firebase Auth.
- 🖼️ Dynamic NFT Display – Carousels and grid layouts using React Slick for showcasing assets.
- 🔄 Real-Time Updates – Live data sync via Firebase Realtime Database.
- 🎨 Interactive Animations – Smooth scroll-based animations with AOS (Animate On Scroll).
- 🌐 API Integration – Efficient API calls with Axios for data operations.
- 📱 Responsive UI – Fully adaptive layout for mobile, tablet, and desktop devices.
| Category | Technologies |
|---|---|
| Frontend | React, React Router DOM, AOS |
| Backend | Firebase (Auth & Realtime Database) |
| Networking | Axios |
| Styling | CSS Modules / Styled Components / AOS |
| Carousel | React Slick, Slick Carousel |
To run this project locally:
git clone https://github.com/pharaohmak/NFT-Marketplace.git
cd NFT-Marketplace
npm install
npm start