Welcome to my React web app, this is the frontend of my backend app kuro-tweet, I am cloning the Twitter(X) frontend and using it with also a clone of the backend in GraphQL for that I am using Apollo Client.
Most of the features of Twitter(X) are not implemented, I am not that crazy enough, but you can do the basics like
- Create a tweet
- Like a tweet
- Retweet
- Comment a tweet
- Feed of following users
- Search Tweets / Users
You can deploy this project (Database and backend included) by running docker compose up
- create a .env file, use .env.example as reference
- run
npm install
- run
npm run start