Skip to content

naveen9740/Super-Socials-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super-Socials

App Screenshot App Screenshot App Screenshot

A online social media and social networking service. After registering, Users can create a profile revealing information about themselves. They can post Text, photos and multimedia which are shared with any other users who have agreed to be their "friend" or publicly.

Run Locally

Clone the project

  git clone https://github.com/naveen9740/Super-Socials-frontend
  git clone https://github.com/naveen9740/Super-Socials-backend

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Test Credentials

Or you can signup and create a new ID.

Features

  • Like and Post
  • Follow and UnFollow
  • Profile Management
  • Responsive Design
  • Authentication using JWT
  • Login and Logout

Tech Stack

Client: ReactJS, Context API, React Router V6, Material UI and Netlify for Frontend Hosting .

Server: NodeJs, ExpressJS, Mongoose ORM, MongoDB and Heroku for hosting backend.