GitXplorerGitXplorer
n

pasteboard_app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a4de4403f47d370cadc804cb80af78c5278d0e59

deletes unnecessary console logs

nnoi5e committed 6 years ago
Unverified
f749164401efef0d2491e0e469ce26723092dbb2

adds success message upon login and logout

nnoi5e committed 6 years ago
Unverified
d87eaaee2f5405b30342ed60d0510c65f6c3bbd4

closes socket connection on componentWillUnmount()

nnoi5e committed 6 years ago
Unverified
58a9c03fedd8cabaa7448cba9d87c7d89e35c39b

sets scroll position to 0 on new route location, and also adding/deleting pastes

nnoi5e committed 6 years ago
Unverified
a5f11f8b82e544edf48ae5ae909387f5352b1ad3

changes express-session store from local memory to mongo

nnoi5e committed 6 years ago
Unverified
c44bfc36b6e2fb7c8e2035cf444ab25f30b48dc1

removes .babelrc

nnoi5e committed 6 years ago

README

The README file for this repository.

Pinterest clone app in fulfillment of learning project for FreeCodeCamp: https://learn.freecodecamp.org/coding-interview-prep/take-home-projects/build-a-pinterest-clone.

  • User Story: As an unauthenticated user, I can login with GitHub.
  • User Story: As an unauthenticated user, I can browse other users' walls of images.
  • User Story: As an authenticated user, I can link to images.
  • User Story: As an authenticated user, I can delete images that I've linked to.
  • User Story: As an authenticated user, I can see a Pinterest-style wall of all the images I've linked to.
  • User Story: As an authenticated user, if I upload an image that is broken, it will be replaced by a placeholder image. (can use jQuery broken image detection)

Sample deployment here: https://gentle-refuge-57440.herokuapp.com