DEV Community

Cover image for πŸ₯‚ I Built a Web App to Help You Find Liquor Stores Near You β€” Here's How (and Why)
Arun1989ninja
Arun1989ninja

Posted on

πŸ₯‚ I Built a Web App to Help You Find Liquor Stores Near You β€” Here's How (and Why)

Hey Dev Community! πŸ‘‹

I'm excited to share a side project I recently launched: nearmeliquorstore.net β€” a simple, location-based web app that helps users quickly find liquor stores near them. Whether you’re new in town, planning a party, or just don’t want to drive around looking, this app gets you sorted fast. 🍻

πŸš€ Why I Built It
I noticed that while Google Maps does a decent job, it’s often cluttered with unrelated results, sponsored content, or doesn’t always focus specifically on liquor stores. I wanted a lightweight, user-friendly tool that:

Shows only liquor stores nearby

Works on both mobile and desktop

Is privacy-aware (no account required)

Loads fast and works in low-connectivity areas

πŸ› οΈ Tech Stack
Here's what I used to build it:

Frontend: HTML5, CSS3, JavaScript
Backend : .NetCore MVC,C#
Hosting: Contabo

πŸ” Privacy First
User location is only used client-side to show nearby results. No personal data is stored or tracked. I'm exploring options to make this even more transparent via open-sourcing the code.

πŸ“ˆ Features (So Far)
One-click location access

Auto-fetches top-rated nearby liquor stores

Click-to-call and click-for-directions options

Mobile-first responsive design

πŸ§ͺ What I Learned
How to balance simplicity with usefulness

Handling location permissions smoothly across browsers

🎯 What's Next?
Add filters (e.g. open now, delivery available)

User reviews integration

Offline-first caching

Open-source the project and invite community contributions

Feel free to try it out and let me know what you think:
πŸ”— https://nearmeliquorstore.net

If you have any feedback, feature ideas, or want to collaborate β€” I’d love to hear from you in the comments!

Cheers! πŸ₯ƒ

Top comments (14)

Collapse
 
nevodavid profile image
Nevo David

been cool seeing tools like this pop up - def appreciate stuff that respects privacy and skips the clutter. you ever worry about keeping things simple as you add more features or does it just happen if you focus on the right stuff?

Collapse
 
arun1989ninja profile image
Arun1989ninja • Edited

Thanks David, I tried to make product very simple. Just what it required. No over engineering..

Collapse
 
kreitcher profile image
sarat

May I know the following please
1) Are you using the places API to get the list of locations?
2) Are you cherry picking the places based on some params?

Also the location feature does not seem to be using my exact coords. It is off by atleast 15km.

Collapse
 
kc900201 profile image
KC

Ever think of making this open-source? Would like to ask for collaboration.

Collapse
 
deividas_strole profile image
Deividas Strole

Great job! Thanks for sharing!

Collapse
 
arun1989ninja profile image
Arun1989ninja

Thanks Deividas

Collapse
 
alok38 profile image
alok-38

Awesome! This is too good.
I noticed something weird. I'm located in Bangalore north but it shows that I'm based in Bangalore east.

Collapse
 
arun1989ninja profile image
Arun1989ninja

can u try the location button and see

Collapse
 
adam_dream_eng profile image
Adam Smith

Works like a charm! Well done πŸ‘

Now we just need one for dispensaries

Collapse
 
arun1989ninja profile image
Arun1989ninja • Edited

Thanks Adam.

Collapse
 
isuro0 profile image
IsurOo

Awesome work! Thanks for sharing

Collapse
 
arun1989ninja profile image
Arun1989ninja

Thanks Rodrigo

Collapse
 
ahwd profile image
Austin Haward

Bravo!

Collapse
 
bruce_doctor_515422886dae profile image
bruce D

I bet AI did a big help to you