sabaimran / meandering-fellow

A Randomized Living Assistant, Meandering Fellow helps you to introduce a small amount of variability into your daily routine. Yay exploration!!

Home Page:https://meandering-fellow.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meandering Fellow

GitHub deployments

Introduction

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.

Development

  1. Install

    git clone <repository url>
    cd random-recommender
    npm install
    npm run dev
  2. Access

    Open localhost:5000 on your browser. You should see Meandering Fellow running.

  3. Develop

    Edit a component file in src, save it, and the page should automatically reload with your changes.

References

About

A Randomized Living Assistant, Meandering Fellow helps you to introduce a small amount of variability into your daily routine. Yay exploration!!

https://meandering-fellow.vercel.app/


Languages

Language:Svelte 61.8%Language:JavaScript 19.3%Language:TypeScript 14.2%Language:HTML 2.4%Language:CSS 2.3%