Wireframes - ryangoggin/Goggbook GitHub Wiki
Login - user logged out at "/"
Signup Modal - user logged out on at "/"
Feed - user logged in at "/"
Create Post Modal - user logged in at "/" or their own profile page "/:currentUserId"
Edit Post Modal - user logged in at "/" or their own profile page "/:currentUserId" and on a post they created
Delete Post Modal - user logged in at "/" or their own profile page "/:currentUserId" and on a post they created
Will be a modal styled like the edit/create post modals with two buttons to confirm whether to delete the post or not.