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.
- Create a post
- Search user profiles
- See stories
- Publish a story
- Set up personal account
- Preview post to comment, save and react
To clone and run this application, you'll need Git and NodeJS installed on your computer. From your command line:
# 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
- NextJS
- ReactJS
- Strapi
- Styletron
- Zustand
- GraphQL
- MongoDB
- Apollo Client