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
Installation
- download the repository
- create a new server in moralis.io
- 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
- run:
npm install
npm run dev
- go to http://localhost:3000 and enjoy!