HashLips / hashlips_nft_minting_dapp

HashLips minting dapp is a quick and easy way to connect your smart contract and start minting NFTs.
MIT License
1.02k stars 982 forks source link

How do I make this dapp look more like a website? #81

Open PastorRNG opened 2 years ago

PastorRNG commented 2 years ago

I have the dapp working and it does look like a basic website. Could someone direct me to a tutorial or website with a list of common webdesign code that works with react.js? I would really like the dapp to be built into the webpage.

enescaakir commented 2 years ago

You dont have to learn React.Js if you are not developer. Just learn HTML/CSS and write your html codes to the return() in App.js it'll works. If you get error missing tag or something like that cover your html codes with empty tag example: return(<><h2>My Website Title</h2></>).