Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 765 Bytes

TODO.md

File metadata and controls

19 lines (18 loc) · 765 Bytes

TODO

  • Add the user's name in the navbar next to the log-out button
  • Fix the modal appearance for private memes
  • "Show password" option in the login form
  • Add a close button in the login form to go back to the home
  • Indicate which memes are public and which are the private ones
  • Add more comments
  • Merge PrivatePage and PublicPage components in HomePage by doing something like:
      return(
          <> 
              { loggedIn ? <private/> : <public/> }
          </>
      )
  • Merge PrivateMeme and PublicMeme components
  • Alert instead of a Modal in case of empty text fields
  • Error 501 page not found page to redirect wrong URLs. The page should have a Doge in the middle