Instagram Clone

Description

Instagram clone is a project that mimicks the basic liking and commenting functionalities of instagram.

The following functionalities are implemented for a single post:

  • Like a post
  • Comment for a post
  • Reply to a comment
  • Like a comment
  • Responsie design
  • Relative date of the post and comments

Check out a deploy version here

Default data

The default comments and post data are located at src/default. If modified, run localStorage.clear() in the browser console to apply the changes.

Built with

  • React
  • Redux
  • Bootstrap
  • react-testing-library

Commands

npm run start to check out the development project

npm run test to run the tests