("Shopping's Golden Hour finally has some variety!")
This project is a hackathon-built wishlist app in which you can organize shopping items and retrieve them with the help of suggestions from Gemini AI - a tool we put together in 36 hours at ShellHacks 2025.
Update entries in your wishlist

Delete entries from your wishlist

Filter wishlist using Gemini AI

Make your wishlist with the lights off

git clone https://github.com/EmptySet-Exe/VarietyShoppingHour.gitcd ./frontendcd ./backendInstall dependencies:
npm iNote
You need to create a .env file that holds you MongoDB URI, BACKEND_PORT (otherwise, default 3000) and GEMINI_API_KEY.
To start the app in dev mode:
npm run devFor production mode:
npm startThis project is licensed under the MIT License - see the LICENSE file for details.
Developers
- GitHub:
We would like to thank the following individuals and resources for their contributions and inspiration:
- INIT: For showcasing this project at the annual hackathon ShellHacks.
- University of Florida: For providing means of travel between Gainesville and Miami to attend this event.
- Florida International University: For hosting the event and providing lodging, catering, and amenities.
- The Sponsors: For helping to make this event possible and presenting opportunities for career development.
- GitHub: For hosting this project and enabling collaboration.
- freeCodeCamp.org: For educational tutorials that guided many of the implemented features.
- Stack Overflow Community: For countless solutions and advice during development.
