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.
- HTML5, CSS, and Javascript
- Bootstrap: free and open-source CSS framework
- jQuery
- ES6 modules
- Webpack
- Firebase
Delete Pin button appears on mouseover:
- 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
;