A personal budget management and gift tracking application for organizing holiday shopping and gift-giving throughout the year.
|
|
|
|
|
It all started with a conversation with my wife. We were trying to figure out what to give everyone for Christmas. But didn't we already have a gift for my mother-in-law in the attic that we were going to give her a few years back but kept forgetting?
And how much are we going to spend?
Before things got too heated, my developer brain entered the conversation.
Develop an app that lets the user keep track of the gifts they were buying for the special people in their life.
ELF GO! was born.
Not only does my app keep track of gifts, it also allows the user to create a budget to keep Holiday Shopping under control.
ELF GO! is gift giving simplified.
- 🎁 Track gifts for multiple people across different occasions
- 👥 Organize recipients into groups (family, friends, coworkers)
- 💰 Budget management with real-time spending tracking
- 📍 Address autocomplete with international support
- 🎉 Support for 12 gift-giving occasions (more to come)
- 🔐 Secure authentication and user profiles
- Debounced Address Autocomplete: Implemented custom address search with debouncing to optimize API calls and prevent rate limit issues
- Component State Management: Built reusable form components with callback patterns for parent-child communication
- Server components: Built with Next.js Server Components for faster performance and better SEO
- Authentication & Security: Implemented Supabase Auth with Row Level Security policies to ensure complete data isolation between users
This project taught me:
- Full-stack development with Next.js App Router and Server Actions
- Working with external APIs and handling rate limits
- Debugging complex state management issues
git clone https://github.com/SeaForeEx/elf-go.git
npm install
# Add .env.local with required keys
npm run devRequired Environment Variables:
NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEYNEXT_PUBLIC_GEOAPIFY_API_KEY
- Add Birthday Date Picker to Person table
- Gift idea wishlist with sharing capabilities
- Mobile app version
- Gift reminder notifications
- Occasion-specific filtering and views
Built by Charles Bridgers IV
Feel free to reach out with questions or opportunities!




