Skip to content

kjais1720/Hooked

Repository files navigation

Hooked

Hooked is a social media app for fast, fun and easy interactions. Hooked has a clean design, with a beautiful interface that lets users express themselves by sharing what’s on their mind, or images.

Untitled design (3)

Live URL

https://hooked-social.vercel.app/

Run Locally

Clone the project

  git clone https://github.com/kjais1720/Hooked

Go to the project directory

  cd Hooked

Install dependencies

  npm install

Start the server

  npm run start

Features

Users can:

  • Create Posts with both, text and images (upto 4).
  • Like, Comment on or Share others' posts.
  • Follow/Unfollow users.
  • Edit Profile
  • Edit or Delete Posts & comments.
  • Add Profile Picture and Cover Picture.
  • Bookmark posts.
  • Add alt text to post images.
  • Switch between persistant light themes

Technologies used

  • React
  • Redux
  • TailwindCSS

Backend