AnnaNOh / pixelgram

Picture sharing Instagram clone
2 stars 0 forks source link

README

Pixelgram

Live Site: Pixelgram

Pixelgram is inspired by Instagram, one of the most influential social media platforms in the world. Users in this clone can share photos, follow other users, and like and comment on images.

Technology

Built with ...

Features

Code Example

Comments

The comments section was one of the biggest challenges I've faced while working on this project. After refactoring the comments section, there was no way for me to distinguish the html elements for styling, until I interpolated a passed in prop stating, where the comments were coming from into the className for the html elements.

Future Features

Search Bar and Tags

While users can use the explore function to find new posts to like, a search bar would be great in tandem with tags to supply users with exactly what they'd like with the fewest key strokes.