MVP List - nohani/Thought-Bubble GitHub Wiki

Thought Bubble, a Tumblr clone, is a social media app that allows users to blog different types of media, like posts and follow other users.

  1. Hosting on Heroku

  2. New account creation, login, and guest/demo login

    Users can sign up, sign in, and log out Users can use a demo login to try the site Users can't use certain features without logging in Users can only access splash page unless logged in

  3. Post form for various post types

    Users can post different types of blog posts depending on the media they want to share (i.e. photo vs. quote) Users can delete their own posts Users can edit their own posts

  4. Likes

    Users can like others' posts Users can unlike others' posts

  5. Follows

    Users can follow/unfollow other users Users can be followed/unfollowed by other users

  6. Feed

    Users have a feed where they see the posts of people they follow

  7. Production README