What it does
Let's Go! is a web app that lets you find others to do the things you want to do in the moment! Rather than message all your different friends to see if they're available, simply post your event idea to the app. Everything from "grabbing dinner at Becker" to "skydiving" is fair game!
Inspiration
Back in high school, I played a ton of Halo. Halo's muliplayer has the idea of "matchmaking" where you can add yourself to a "playlist" of different game types, and the system would match you with other people who want to play the same game type. I thought it would be neat if I could create an analogue for things you want to do in the real world!
How I built it
The application is a full stack nodejs app. The backend is written using express and "nedb" (a single file MongoDB inspired database), and the frontend is written using the hyperapp view library.
Challenges I ran into
Keeping things as simple as possible was the main objective, since this was a relatively short hackathon and I was the only member on my team. My goal was to create a MVP of the idea as fast as possible, and continue to iterate on it until the deadline arrived.
Accomplishments that I'm proud of
Creating a fully featured web app in well under 20 hours!
What's next for Let's Go!
The original idea was to make "Let's Go!" function as a mobile app - I'd be very interested in pursuing that next. I'd also like to integrate it with something like Facebook to provide better authorization and the ability to tailor your listings to different friend groups.
Built With
- express.js
- hyperapp
- node.js
Log in or sign up for Devpost to join the conversation.