Skip to content

BISINIGISHIVANI/social-media

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Explore

social explore

Social Explore is a social media app where users can share posts and make a community.

Forks Stars


Key Features

  • Auth Management
    • Login
    • Signup
    • Logout
  • Posts Management
    • Crud on Posts
  • Comments Management
    • Crud on Comments
  • Like and Bookmark Management
    • User can Like posts
    • User can Add / Remove a Post from Bookmarks
  • User Profile Management
    • User can edit his Avatar, Bio and UserName,Firstname
  • Sort Posts
    • Sort posts by Trending
    • Sort posts by newest

Built With

  • React
  • Redux Toolkit
  • React Router
  • Mockbee - for mock backend

Folder Structure

- /public
- /src
   - /assets
   - /backend
   - /components
   - /pages
   - /redux
   - /routes
   - App.js
   - App.css
   - index.js
   - server.js
- package-lock.json
- package.json
- README.md
- yarn.lock

Development

To get a local copy of the code, clone it using git:

git clone : https://github.com/BISINIGISHIVANI/social-media.git
cd social-media

Install dependencies:

npm install

Now, you can start a local web server by running:

npm start

And then open http://localhost:3000 to view it in the browser.


Desktop Version