Equidistant is an app to help you and your group get over the decision fatigue of a common meeting place by suggesting great rated places. It works by taking the commute time and what the users want to do as a main criterion to suggest great options for the whole group.
Here's the first few mocked network requests. I am still in the process of figuring out how to make the post requests work, but wanted to get these pushed out.
To use in local development, you'll need to run npx msw init public/ --save before the mocks will be able to work.
Here's the first few mocked network requests. I am still in the process of figuring out how to make the post requests work, but wanted to get these pushed out.
To use in local development, you'll need to run
npx msw init public/ --save
before the mocks will be able to work.