Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="footer-newsletter">
<p class="footer-pitch">Get my latest writings in your inbox if you're into that kind of thing.</p>
<a href="https://marcbeep.substack.com/subscribe" class="footer-join">
Boomshakalaka
LFG!
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><line x1="5" y1="12" x2="19" y2="12"/><polyline points="12 5 19 12 12 19"/></svg>
</a>
</div>
Expand Down
49 changes: 49 additions & 0 deletions _projects/guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: projects
permalink: guide
categories: projects
title: "Marc's Guide"
description: "Interactive rankings of the best coffees in London."
date: 2026-07-06
emoji: "☕"
tech_stack: ["Next.js", "Tailwind", "Mapbox", "PostgreSQL + Drizzle"]
---

<figure>
<img src="assets/projects/guide/1.png" alt="Screenshot of Marc's Guide">
<figcaption>Marc's Guide's Map View</figcaption>
</figure>

<br>

I've spent an embarrassing amount of time in London coffee shops, so I built the guide I kept wishing existed. You can vote on your favourites, filter by neighbourhood or what's near you, and suggest places I've missed.

Features:

- Map & list views with swipeable cards and area filters
- Marc's Picks — editorial callouts on top of the rankings
- Place detail — photos, hours, and whether it's good to work from
- Community voting — anonymous ratings that feed back into the score
- ⌘K search — find a shop or suggest one that's not on the map yet


## More Screenshots

<figure>
<img src="assets/projects/guide/2.png" alt="Screenshot of Marc's Guide">
<figcaption>Marc's Guide's Detail View</figcaption>
</figure>

<br>

<figure>
<img src="assets/projects/guide/3.png" alt="Screenshot of Marc's Guide">
<figcaption>Marc's Guide's Detail View</figcaption>
</figure>

<br>

<figure>
<img src="assets/projects/guide/4.png" alt="Screenshot of Marc's Guide">
<figcaption>Marc's Guide's ⌘K search / Suggestion View</figcaption>
</figure>
Binary file added assets/projects/guide/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/projects/guide/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/projects/guide/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/projects/guide/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading