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.
- Host: GitHub
- URL: https://github.com/kinshuk-code-1729/reactogram-fe
- Owner: kinshuk-code-1729
- Created: 2024-01-02T18:43:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-25T17:44:53.000Z (about 1 year ago)
- Last Synced: 2025-03-26T14:15:32.142Z (7 months ago)
- Topics: bootstrap5, instagram-clone, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 500 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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_.
> _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_.**