Skip to content

NilsNathorst/Photoify

Repository files navigation

Photoify

create a Instagram clone which we call Photoify

Back-end

  • create an account
    • signup form
    • save to db
  • login
  • logout
  • upload a profile avatar image
  • edit account details, password and biography
    • change email
    • check if email is taken
  • Added feed and user images
  • create new posts with image and description
  • dynamically filter own posts
  • join user data with like and post data
  • fetch into JS and present in same template literal.
  • like and dislike posts
    • delete posts
      • encode all post data to json
      • fetch the Json in js
  • able to comment on a post
    • fetch and match username with comments.

Front-end

  • wireframes
    • choose fonts
    • basic layout in figma

Back-log

edit posts
able to edit comments.
able to delete comments
follow and unfollow other users
view a list of posts by users I follow
able to add filters to images
create css variables for fonts, spaces, padding/margin, and colors
setup mediaquerys early so it's responsive from the start // Decide what content is shown when
create concept for '#-filter view'
add toggle for Explore // Filtered
rewrite verifyEmail to be dynamic with any value
able to reply to comments
able to delete account along with all posts and comments
able to reset password with email
able to view posts with a specific hashtag in the description

Thanks to:

License

MIT © Nattfrost

About

School project where i created an Instagram clone.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published