Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layer-se7en/secret-gifter
Secret Santa without the paper and physical limitations.
https://github.com/layer-se7en/secret-gifter
christmas nextjs redis secret-santa shadcn tailwindcss typescript upstash-redis
Last synced: 1 day ago
JSON representation
Secret Santa without the paper and physical limitations.
- Host: GitHub
- URL: https://github.com/layer-se7en/secret-gifter
- Owner: layer-se7en
- License: mit
- Created: 2024-12-19T01:23:58.000Z (22 days ago)
- Default Branch: main
- Last Pushed: 2024-12-19T02:08:36.000Z (22 days ago)
- Last Synced: 2024-12-31T03:29:33.342Z (10 days ago)
- Topics: christmas, nextjs, redis, secret-santa, shadcn, tailwindcss, typescript, upstash-redis
- Language: TypeScript
- Homepage:
- Size: 469 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secret Gifter 🎁 (WIP)
Secret Gifter is Secret Santa without the paper and physical limitations. Think Kahoot, minus the admin accounts, minus the quiz... just pure gift-giving joy!
![Home Screen](images/home.png)
### App Flow 🎯
#### 1. Create a Party
![Create Party Screen](images/create_party.png)
#### 2. Share with Friends
![Share Party Screen](images/share_party.png)
#### 3. Join the Fun
![Join Party Screen](images/join_party.png)
### Party Features 🎄
1. **Exclusion Lists** 👥
- Exclude 1-3 people`*` from being your Secret Santa
- `*`scales with group size
2. **Anonymous Trades** 🔄
- One-time trading between participants
- You won't know who you're trading with!
3. **Wishlists** 📝
- Share what you'd love to receive### Tech Stack 🛠
- Next.js + React + TypeScript
- Upstash Redis for ephemeral storage
- Tailwind CSS + shadcn### Local Development 💻
1. Clone the repo
```bash
git clone https://github.com/eliasbnk/secret-gifter.git
```2. Install dependencies
```bash
pnpm install
```3. Set up Upstash
```bash
UPSTASH_REDIS_REST_URL=""
UPSTASH_REDIS_REST_TOKEN=""
```4. Run it!
```bash
pnpm dev
```## License 📄
MIT - Do whatever you want with the code, just don't sue us! 😅