This is a responsive NFT marketplace theme built using ReactJS. It includes various components such as Navbar, Main Banner, NFT Collection List, NFT Item List, Top Sellers and Creators, Newsletter, and Footer.
- ReactJS
- CSS
- HTML
- Clone the repository using
git clone https://github.com/walifile/nft-marketplace-landing-page.git
- Install dependencies using
npm install
- Run the development server using
npm start
Once the development server is running, you can view the theme by visiting http://localhost:3000
in your web browser.
The Navbar component is used for navigation purposes.
The Main Banner component displays a banner at the top of the homepage.
The NFT Collection List component displays a list of NFT collections in a slider.
The NFT Item List component displays a list of NFT items with their corresponding information.
The Top Sellers and Creators component displays a list of the top sellers and creators.
The Newsletter component allows users to subscribe to the newsletter.
The Footer component is included on all pages of the theme and displays copyright and contact information.
If you want to contribute to this project, please open an issue or submit a pull request.