The easiest way to make a Dapp is to find the RPC API for the specific blockchain and then make a program which calls this API.
The program may require access to a node of the blockchain which is a heavy burden to carry for popular blockchains like Bitcoin and Ethereum.
For more on what a Dapp really is please check this article -
What a Dapp really is