Skip to content

kuro-vale/shiro-tweet

Repository files navigation

shiro-tweet

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

image image

Docker

You can deploy this project (Database and backend included) by running docker compose up

Quick Setup

  1. create a .env file, use .env.example as reference
  2. run npm install
  3. run npm run start