An app where users can share their favorite memories with each other! Create a jar between you and a group of friends locked by a passcode in which you can add memories! Each memory contains a photo, a quote, and a date. Only people who know the password can access the memory jar.
See the deployed version here: https://happy-birthday-tina-opal.vercel.app/
- Navigate to the source folder with
cd quote-book - Install dependencies using
pnpm install - Run your application using
pnpm run