An app for tracking birthday gift ideas for friends and family
- TypeScript 69.7%
- JavaScript 27.6%
- CSS 2.7%
| app | ||
| components | ||
| convex | ||
| design | ||
| public | ||
| .eslintrc.json | ||
| .gitignore | ||
| .npmrc | ||
| .prettierrc | ||
| eslint.config.mjs | ||
| middleware.ts | ||
| next.config.ts | ||
| package.json | ||
| pnpm-lock.yaml | ||
| postcss.config.mjs | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
Birthday Gifts App
- User can sign up to create an account
- User can create a group and invite other users to become members of the group
- User can be a member of multiple groups
- All members of a group can write birthday gift ideas for a specific person. Only that specific person cannot see the list of ideas.
- User can mark an idea as archived when they have prepared that gift. Users can see then see historical gifts that a person has recieved and what they still haven't been gifted.
- User can create a wishlist that is visible on their profile page, regardless of what groups they're a member of.