Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 748 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 748 Bytes

MyGram

MyGram is a social media app, which replicates instagram(not fully). So, explore and engage with you friends on MyGram.

How to install and run locally ?

$ git clone https://github.com/jugeshraghav/mygram.git
$ cd mygram
$ npm install
$ npm start

Features

  • User authentication
  • Create, edit, and delete posts with images and emojis
  • Can view single Post
  • Like, unlike, and bookmark posts
  • Discover trending, latest, and oldest posts
  • Explore page for all posts
  • Profile customization with avatar, bio, and portfolio URL
  • Follow/unfollow users
  • Search functionality with suggestions
  • Responsive design

Built with

  • React
  • React Router v6
  • React Icons
  • React toast
  • React Spinners
  • mockBee (for backend)