/PinterestClone

Full Stack JavaScript Halloween themed clone of Pinterest

Primary LanguageJavaScript

Halloween Pins

Halloween Pins is a Halloween-themed Pinterest clone. Users can add their Halloween themed images to their own personal pinboard and they will also be added to the shared pinboard viewable by all users.

To Use

Sign in using your Google login information. To add a new pin, go to the 'Your Board' tab and click the 'Add New Pin' button. Enter a title and the URL for where that image exists on the web and hit 'Add Pin'. To view your pin, go to 'Your Board' or the 'All Board'.

Contributing

This project has open issues. Development is based on the development branch. To contribute, follow these steps:

  • git clone https://github.com/matty22/PinterestClone.git
  • git checkout development
  • git checkout -b issue-label/reference-to-issue (ex. bug/fix-grammar-error)

Make your changes in your local copy...

  • git add [filename].ext
  • git commit -m "Concise message that explains your changes"
  • git checkout development
  • git pull
  • git checkout fix/my-branch
  • git merge development
  • git push origin fix/my-branch

Then, open a PR on the development branch on the repo.

For questions, read these three blog posts for guidelines on how to contribute: