DropiNFT is an NFT marketplace, which allow users to create and buy NFTs. It also shows the NFTs that user owns (already brought from marketplace), and it also has a Creator Dashboard which displays the NFTs the created by the user and also his/her NFTs that are already been sold. We also added a 'Learn' page where user can gain knowledge about NFTs.
After cloning this repository.
Install all the dependencies:
npm install
Start the dev server:
npm run dev