This project was built off of Create React App.
In the project directory, you can run:
then
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Simple instagram post with two views, portrait and landscape view.
Can add comments through the text box
Each individual user can like the post, and each individual comment
Users can reply to the comment and like.
Users can only delete the comment that they posted themselves - they cant delete someone else post.
\
Added a small admin text box for testing purposes.
Can change between the users (currently preset to 4, can add more through the local storage)
Delete all of the comments to start from a clean slate.
Print all comments into the console to display all the information.
Data of the users and comments are stored within the local storage.