Skip to content

Latest commit

 

History

History
128 lines (97 loc) · 3.59 KB

README.md

File metadata and controls

128 lines (97 loc) · 3.59 KB


logo

forks stars issues pull-requests total lines of code

Social Media Platform for Otakus to connect

Website | Help us grow


Sr. No. Title
1. Project Demo
2. Features
3. Tech Stack
4. Contributing Guide

Demo

shinobi-connect-demo

Features

  • Sleek Landing Page
  • Login and Sign up with Mockbee
  • Home Page
  • Latest and Trending filter
  • Suggested User
  • Explore Page
  • Follow / Unfollow users
  • View User Profile, following, bio, followers,etc
  • Post Text + Images/GIFs
  • Like , Share, Save and Comment on posts
  • Like and reply individual comment
  • Dark Mode
  • Edit Posts and User Profile
  • User activities
  • Infinite Loading
  • Debouncing

Technologies Used

  • HTML
  • Tailwind CSS
  • JavaScript
  • React
  • React Router
  • Redux
  • Redux Toolkit

Contributing Guidelines

Contribution is the key factor of growth be it from a person, environment, experience and that's what is required for this library to grow.
"बूंद बूंद से ही सागर भरे" which translates to "Drop by drop fill the ocean" with this let's start contributing.

  • Fork the project
  • Create a "feature" branch.
git checkout -b <branch-name>
  • Stage the changed files and commit the feature
git add .
git commit -m "Brief commit message"
  • Push the changes to your remote repository
git push -u origin <feature-branch>

Thank You 🙏