The user interface for this particular project will be focused around content and hashtags since hashtags are the way users will discover new trending content. Users will be able to subscribe to particular hashtags to receive content from those topics on their feed.
As usual, we start by setting up a new project with Truffle. Follow these steps to set up your project:
- Clone the startup repository (https://github.com/merlox/dapp) which includes the initial configuration to work on your React dApp:
git clone https://github.com/merlox/dapp
- Rename the repository to social-media-dapp to organize the content:
mv dapp/ social-media-dapp/
- Create a new empty GitHub repository by going to GitHub (without a license or .gitignore since they are already included in your project) and use the following command to update the pull/push URL:
git config remote.origin...