AMAnita mishrainanniecoder.hashnode.dev·Jan 29, 2024 · 6 min readBuild own oldgram in JavascriptThis code simulates a social media feed where users can like posts by clicking on a heart icon or by double-clicking on the post image. The like counts are stored in variables and updated dynamically when users interact with the posts. This is the ...00