https://github.com/jhony-v/instagram-clone-redesign
📷 Clone instagram web application with new design
https://github.com/jhony-v/instagram-clone-redesign
nextjs react-spring strapi styletron web-application
Last synced: 2 months ago
JSON representation
📷 Clone instagram web application with new design
- Host: GitHub
- URL: https://github.com/jhony-v/instagram-clone-redesign
- Owner: jhony-v
- License: mit
- Created: 2020-11-13T01:48:19.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-29T13:01:59.000Z (over 3 years ago)
- Last Synced: 2026-03-01T19:48:29.623Z (3 months ago)
- Topics: nextjs, react-spring, strapi, styletron, web-application
- Language: JavaScript
- Homepage: https://instagram-clone-redesign.vercel.app/
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Instagram Clone with a new design of some pages
DEMO APPLICATION

## Overview
This project is created inspired in Instagram and redesign some screens joining dribbble designs some features using a backend service and other features is working in the client with fake data.
## Features
* Create a post
* Search user profiles
* See stories
* Publish a story
* Set up personal account
* Preview post to comment, save and react
## How to use
To clone and run this application, you'll need Git and NodeJS installed on your computer. From your command line:
```bash
# Clone this repository
$ git clone https://github.com/jhony-24/instagram-clone-redesign.git
# Go into the repository
$ cd instagram-clone-redesign
# Go into the app folder to see the client project
$ cd app
# Install dependencies(You can use npm or yarn)
$ npm install
$ yarn install
# Run the app
$ npm run dev
$ yarn dev
```
## Technologies
* NextJS
* ReactJS
* Strapi
* Styletron
* Zustand
* GraphQL
* MongoDB
* Apollo Client
## Licence
[MIT](https://opensource.org/licenses/MIT)