Skip to content

vermasavita/friends

Repository files navigation

Make Frieds is a social media app where users can make friends and interact with them.

Forks Stars Netlify Status

Key Features

  • Auth Management
    • Login
    • Signup
    • Logout
  • Posts Management
    • Create post
    • Edit Post
    • Delete Post
  • Comments Management
    • Comment on Post
    • Edit & Delete Commet
  • Like and Bookmark Management
    • User can Like & Unlike posts
    • User can Add / Remove a Post from Bookmarks
  • User Profile Management
    • User can edit his/her Avatar, Name, Bio and Website
  • Sort Posts
    • Sort posts by Trending
    • Sort posts by newest
  • Follow/Unfollow
    • User can follow other user
    • User can unfollow to followed user
  • User can see other user's profile

Built With


Folder Structure

- /public
- /src
   - /app
   - /Assets
   - /backend
   - /components
   - /pages
   - App.js
   - index.css
   - index.js
   - RequiresAuth.js
   - server.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js

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 checkout -b 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

Connect with me


📑 License

MIT License - Copyright (c) 2022 Savita Verma