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
4 changes: 4 additions & 0 deletions Code Review
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
When signing up, there can be a indication of successfully doing so, now it just jump to the log in page.
And it will be better if there exists some restriction for the length of password.

Also it will be great if a user can click into the homepage of other user.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# PhotoHub
# PhotoHub

README.md is very impressive. Very detailed and emplains the components of the project.

## Project Objective
Photohub is a platform that users can view, share and comment on their photos.
Expand Down
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@
<script type="module" src="javascripts/utils.js"></script>
<script type="module" src="javascripts/main.js"></script>
</head>

<body class="position-relative">
In your body, I would suggest having all your content be in a container as it could help keep your code organized and you'd be able to use some of the bootstraps' special attributes to style your code more easily.
Also, I would use the main tag to separate your navbar from your base content.
<body class="position-relative">
<!--NAV-->
<nav class="navbar position-sticky">
<div class="container px-lg-5">
Expand Down