Increase Exploration, Reduce Decisions πΆββοΈ
It's fruitful to leave some decisions to randomness, it encourages exploration and reduces decision fatigue.
If you want to explore a city, randomize the next bookstore or park you visit. You'll get to see those nooks and crannies of the city you wouldn't ordinarily visit.
If you want to reduce decision fatigue, and take a break from an ever-increasing set of choices. Tradeoff a bit of optimization for exploration and reduced decisions. Randomize the next restaurant, bar or coffee shop you visit.
Meandering Fellow gives random location recommendations based on the visible area in the map. You can look for places like restaurants, bars, coffee shops, bookstores or parks.
All of the logic for this app is purely being processed on the client side π. For any comments or suggestions, add an issue. I'm actively monitoring for feature requests, suggestions, or bugs.
Install
git clone <repository url>
cd random-recommender
npm install
npm run dev
Access
Open localhost:5000 on your browser. You should see Meandering Fellow running.
Develop
Edit a component file in src
, save it, and the page should automatically reload with your changes.