Meghana-sk / Bee-Nest

Social media app to connect with people

Home Page:https://bee-nest.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BEE Nest

Bee-Nest

BEE Nest - Connect, Share and Learn. BEE Nest is a platform to share your thoughts openly to the world.

--

Key Features

  • Auth Management
    • Login
    • Signup
    • Logout
  • Posts Management
    • CRUD operations on Posts
    • Post with Text is supported
    • User can checkout his feed as well as all posts
  • Comments Management
    • CRUD operations on Comments
  • Like and Bookmark Management
    • User can Like/UnLike posts
    • User can Add/Remove a post from Bookmarks
  • User Profile Management
    • User can edit his Avatar, Bio and Website
  • Sort Posts
    • Sort posts by Trending
    • Sort posts by newest as well as oldest added

Built With


Folder Structure

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

Contributing and How to Use

  1. Fork the Project
  2. Run npm install in the terminal
  3. Run npm start to start the server on your local
  4. Create your Feature Branch (git switch -c feature name)
  5. Commit your Changes (git commit -m 'Add a descriptive commit message')
  6. Push to the Branch (git push origin feature)
  7. Open a Pull Request

Desktop Version

BeeNest

About

Social media app to connect with people

https://bee-nest.netlify.app/


Languages

Language:JavaScript 98.6%Language:HTML 1.3%Language:CSS 0.1%Language:Shell 0.0%