/pinterest

Primary LanguageJavaScript

Squidterest

Description

Squidterest is a spinoff of Pinterest. Users can create new profiles using Google Authentication, boards, and pins. Users can also change which board a pin belongs to and delete the pins or boards as desired.

Technologies Used

  • HTML5, CSS, and Javascript
  • Bootstrap: free and open-source CSS framework
  • jQuery
  • ES6 modules
  • Webpack
  • Firebase

Screenshots

Display on page load: on load

View of Boards: board view

Create New Board: create new board

Create New Pin: create pin

Single Board View: view board

Delete Pin button appears on mouseover: delete pin

Full view of pin: view pin

Edit pin: edit pin

Create New Account: new account

Instructions for how to run the project

  • Clone down this project from Github.
  • Install http-server from npm.
  • At the root of this project, run the following command: hs -p 8080.
  • In your browser, navigate to https://localhost:8080;

Contributors