Skip to content

mo4rahman/dannygram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dannygram (Instagram Clone)

Getting started

Visit our DANNYGRAM app here!

  • This project is a clone of the social media app Instagram, but strictly with Danny DeVito pictures. Here, we post photos, along with captions from a specific username. Each post will have likes and comments. The home page just consists of a feed of all the posts made by any user who uses the website.

Requirements

  • Currently, our website is optimized for Chrome. There are a few bugs with the CSS for other browsers such as Safari or Mozilla Firefox.

Basic User stories

  • Like photos
  • Comment on photos
  • Click Logo to go to home Page
  • Click on Post to see dedicated post page
  • Add/Create Post
  • Edit Post
  • Delete Post

Wireframes

Screen Shot 2022-04-26 at 9 12 15 AM

Models & Associations

USER

- Username
- Array of posts (Somehow associated to posts)
	- Each post will be an object

Screen Shot 2022-04-26 at 12 16 42 PM

POSTS

- Caption
- Number of likes
-Array of comments (all strings)
- Username of the person who posted it (Somehow associated to USER)

schema

MVP

  • Like Posts
  • Comment on posts
  • add new post
  • edit post
  • delete post
  • have a dedicated page for a specific post
  • nav bar with home route and new post button

Future Implementations

  • have a page with all posts from a specific user
  • Ability to edit username and have that changed with all posts that have the same username (have to update the database as well)
  • User authentication, once authenticated, will only have the ability to edit, create, and delete if logged in to that specific username.

About

A fun clone of the social media app Instagram, but strictly with Danny DeVito pictures. Come have a blast exploring all of the greatness that is Danny Devito

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors