Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added JiveKernel-final-project-UPDATED.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added JiveKernel-final-project.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions markup.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html>
<head>
<title>Final Project: JiveKernel</title>
</head>
<body>
<img src='./JiveKernel-final-project.jpg' alt="wireframe" width="300"><img src='./JiveKernel-final-project-UPDATED.jpg' alt="wireframe" width="300">
<hr>
<h1>Final Project</h1>
<ul>
<li>Name: JiveKernel <u>(updated)</u></li>
<li><p>Elevator pitch: A product for people who think LiveJournal is just too overburdened with features and users: A new journaling app for users that want a minimalistic feature set that no one much uses but which did help Fletcher figure out a bit of javascript programming.</p></li>
<li><p>Wireframe: (see picture<b>S</b> above) <s>Hitting the site without login state will present a login popup.</s> Once logged in, user will see <s>a chronological list of entries of their own (and, if they have any, those of other users they've chose to friend)</s><b> the entries ("kernels of jive") of all users sorted by "Likes"</b> <s>Stretch goals for this project (as also pictured in the wireframe) will be the ability to search for entries and to comment on other users posts</s> <b>Stretch goals were not achieved</b></p></li>
<li>Dependencies:
<ul>
<li>EC2 for hosting app</li>
<li>Firebase</li>
</ul>
</li>
<li>Tasks:
<ul>
<li>Setup EC2/React</li>
<li>Setup Firebase</li>
<li>Create features:
<ul>
<li>Create Users</li>
<li>Login/Logout</li>
<li><s>Create Profile pages</s></li>
<li><s>Add/Remove Friends</s></li>
<li>Add<s>/Edit/Remove</s> Journal Entry</li>
<li><s>Stretch goal: Comment on journal entries</s></li>
<li><s>Stretch goal: Search for Journal entries</s></li>
<li><b>Added feature: View all user entries</b></li>
<li><b>Added feature: Likes</b></li>
<li><b>Added feature: Sort by Likes</b></li>
<li><b>Added feature: Display name of logged in user</b></li>
</ul>
</li>
</ul>
</li>
<li>
Plan:
<ul>
<li>Week1: Create basic app</li>
<li>Week2: Add Features</li>
<li>Week3: Fix bugs & polish</li>
</ul>
</li>
</ul>
</body>
</html>