Skip to content

sobitp59/openspace-socialmedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSpace : A social-mdeia app for anime fans

Video

Install and Run Locally

$ git clone https://github.com/sobitp59/openspace-socialmedia
$ cd openspace-socialmedia
$ npm install
$ npm start

Features

  • home / explore / bookmark / like posts page
  • like / unlike posts
  • create / update / delete /edit posts
  • comment / edit comment / delete comment posts
  • follow / unfollow users
  • filter posts by trending and latest
  • bookmark posts
  • authentication : login / signup / logout
  • guest user login
  • multiple themes
  • search users
  • user profile page
  • edit user profile
  • show liked by users
  • upload media to posts
  • add emoji to posts

Tech Stack Used

  • React JS
  • React Context API + useReducer
  • React Router v6
  • Vanilla CSS
  • React Icons
  • claudinary
  • mockBee for backend
  • React Hot Toast