An open API service indexing awesome lists of open source software.

https://github.com/kinshuk-code-1729/reactogram-fe

This repository contains all the codes for the front end UI part of the "Instagram" clone application named "Reactogram" using React JS.
https://github.com/kinshuk-code-1729/reactogram-fe

bootstrap5 instagram-clone javascript reactjs

Last synced: 4 months ago
JSON representation

This repository contains all the codes for the front end UI part of the "Instagram" clone application named "Reactogram" using React JS.

Awesome Lists containing this project

README

          

# ⚛️ Reactogram : _React JS Based Instagram Clone Application_

**_Reactogram app is an instagram clone application where users can register, login and create post with images._**

## 🌟 Technology Stack

- _Mern Stack used_.
![image](https://github.com/kinshuk-code-1729/Reactogram-fe/assets/90320839/799a8ca9-4083-4708-b58c-818414a72215)

> _The_ **[MERN stack](https://www.mongodb.com/mern-stack)** _is a web development framework made up of the stack of MongoDB, Express.js, React.js, and Nodejs. It is one of the several variants of the_ **[MEAN stack](https://www.mongodb.com/mean-stack).**

**MERN Stack is a compilation of four different technologies that work together to develop dynamic web apps and websites. It is a contraction for four different technologies as mentioned below:**

- **M** - _MongoDB_ : **_Non Relational Database._**
- **E** - _ExpressJS_ : **_Node.js web server._**
- **R** - _ReactJS_ : **_JavaScript Frontend Framework._**
- **N** - _NodeJS_ : **_JavaScript Web Server._**

## 👀 Features of Reactogram

- **Other users can _view_, _like_, _comment_ on different posts**
- **User can _sign up_.**
- **User can _login_ with credentials.**
- **User can add _new post_.**
- **User will upload _post image_.**
- **User can _Like_ any other user post.**
- **User can _comment_ on any other user's post.**
- **User can _delete_ their own post.**
- **User can see _details_ of any post.**
- **User can see all _comments_ on any post.**
- **User can see all their _posts_.**
- **User can _edit profile_.**