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
The default comments and post data are located at src/default. If modified, run localStorage.clear()
in the browser console to apply the changes.
- React
- Redux
- Bootstrap
- react-testing-library
npm run start
to check out the development project
npm run test
to run the tests