Skip to content

h4cktivist/twitter-clone

Repository files navigation

👥 twitter-clone - Social Network

Technologies Stack

  • Django
  • SQLite Database
  • HTML / CSS
  • JavaScript with JQuery

Developer Staff

Website Features

  • Register and login into profile
  • Edit profile info
  • Create / Edit / Delete posts
  • Add comments to the posts
  • Like / Unlike posts
  • Search for posts
  • Follow / Unfollow users
  • Switch themes (dark and light)

Preview

image

image

image

Run It Yourself

git clone https://github.com/h4cktivist/twitter-clone.git
cd twitter-clone
pip install - r requirements.txt

python manage.py runserver

Run it with Docker

docker pull h4cktivist/twitter-clone
docker run -p 8000:8000 h4cktivist/twitter-clone

Link to DockerHub