Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/idahogurl/pin-pics
Pinterest-like app
https://github.com/idahogurl/pin-pics
Last synced: about 1 month ago
JSON representation
Pinterest-like app
- Host: GitHub
- URL: https://github.com/idahogurl/pin-pics
- Owner: idahogurl
- Created: 2018-07-09T05:46:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-17T22:48:17.000Z (2 months ago)
- Last Synced: 2024-10-20T09:52:17.033Z (2 months ago)
- Language: JavaScript
- Homepage: https://pin-pics.vercel.app/
- Size: 2.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pin Pics
**Description**
My [freecodecamp](http://www.freecodecamp.com "freecodecamp") project
**Objective**
Build an app that is functionally similar to this: [https://wild-song.glitch.me](https://wild-song.glitch.me/).
Fulfill the below user stories. Use whichever libraries or APIs you need. Give it your own personal style.**User Stories**
- As an unauthenticated user, I can login with GitHub.
- As an authenticated user, I can link to images.
- As an authenticated user, I can delete images that I've linked to.
- As an authenticated user, I can see a Pinterest-style wall of all the images I've linked to.
- As an unauthenticated user, I can browse other users' walls of images.
- 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)**Hint:** [Masonry.js](http://masonry.desandro.com/) is a library that allows for Pinterest-style image grids.
### Technology
- Next.js
- Sequelize (v6)
- CockroachDB
- [StepZen GraphQL API](https://github.com/idahogurl/stepzen-api)
- Urql GraphQL client
- NextAuth.js
- Bootstrap (v5)
- FontAwesome (v6)