Skip to content

anshnarula5/instamiligram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instamiligram

An application where users can add posts, like other's post, follow other users and all other features same as instagram.

This is a fully functional social media platform that allows users to share photos and videos with their followers, discover new content and explore profiles of other users. It also includes features such as commenting, and liking. This platform includes a responsive design for seamless user experience on any device. This app aims to replicate the popular social media platform with a sleek and user-friendly interface.

Demo

Login, browse posts, stalk people.

color picker

Add a new post, add comments, explore!

color picker

Installation

Install react client

  cd client
  npm install 

Install Nodejs server

  npm install 

Run Locally

Clone the project

  git clone https://github.com/anshnarula5/instamiligram.git

Go to the project directory

  cd instamiligram

Install dependencies

  npm install

Start the both client and server by one command

  npm run dev

License

MIT

Tech Stack

Client: React, Redux, Bootstrap, CSS

Server: Node, Express, MongoDB