Functionality and MVP - Trombed/mernproject GitHub Wiki

Functionality:

  • Users can upload custom pictures to use in the meme.
  • Users can change the font size of the texts on the meme.
  • Users will be able to view, like, and comment on memes created by other users.
  • Under "explore memes", users can view memes pulled via API

MVP:

  • User Auth - user sign up, login in/out
  • Users can create and delete memes.
    • Users can delete the memes they posted.
  • Users are able to see memes created by other users.
    • clicking on the meme image brings up modal of the image
  • Users can see other memes pulled from API.
  • Users can like/unlike and add/delete comments on user posted memes.
    • Users can delete the comments they posted.