Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekend Instagram Challenge #899

Open
wants to merge 20 commits into
base: main
Choose a base branch
from
Open

Conversation

kim-morgan
Copy link

@kim-morgan kim-morgan commented Jan 24, 2022

Hi reviewer! :)

This is my solution to the Instagram Challenge.
VERY much a work in progress, but the following functionality is implemented.

  • Users can sign up, log in, and log out
  • Logged in users can make a post by uploading a photo with caption (ActiveStorage used for photo upload)
  • Posts are displayed in a feed ordered by most recent first, showing the username of the user who posted it, the caption, and the time posted represented as a string such as "less than a minute ago," "28 minutes ago," "2h," "1w" etc.
  • No individual post or user pages yet. No comments or likes.
  • Logged in users can delete a post that they made. (People cannot delete another person's post).

I also tried using Bulma (CSS framework) for the first time which definitely had a lot of teething issues but I think I managed to make the feed at least somewhat semi-presentable lol. Definitely had some struggles aligning content the way I wanted. If you happen to know about CSS or Bulma would definitely appreciate feedback 馃槅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant