Skip to content

foolhardy21/social-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SneakerHood

A social media web app

To run the app locally

  • Fork this repository.
  • Clone the forked repository on your local machine.
  • Install all the dependencies - yarn install.
  • Run npm start in the console.

App Features

  • Authentication
  • Signup
  • Login
  • Logout
  • Create a post
  • Like a post
  • Comment on a post
  • Edit or delete a post
  • User Feed
  • Sort feed by date
  • Trending feed
  • User profile
  • Add profile picture
  • Add profile bio
  • Add portfolio link
  • Follow/Unfollow users
  • Explore feed
  • Bookmark post
  • Loading animation

Libraries Used

  • Redux toolkit for state management
  • React Router v6 for client side routing
  • Axios for making API requests
  • React Hooks for UI
  • React Spinners for loading animations
  • MockBee for mock backend