twitter clone with web 3.0 built using next.js, tailwindcss, and moralis.io

  • By Zeno3463
  • Last update: Jan 5, 2023
  • Comments: 0

Web 3.0 Twitter Clone

About


A twitter clone built using next.js, moralis.io, and tailwindcss.

Demo


Here's a demo for the application.

Features


This application contains the following features:

  • authentication with metamask
  • editing username
  • posting a new tweet
  • deleting an old tweet
  • like and dislike a tweet
  • follow other users
  • show user recommendations to follow

Screenshots


img img img img

Installation


  1. download the repository
  2. create a new server in moralis.io
  3. create a .env file, and paste in the following code:
NEXT_PUBLIC_URL=the url of your moralis server
NEXT_PUBLIC_ID=the id of your moralis server
  1. run:
npm install
npm run dev
  1. go to http://localhost:3000 and enjoy!

Github

https://github.com/Zeno3463/web3.0-twitter-clone