diff --git a/_includes/scripts.html b/_includes/scripts.html index 6452cdd..843f36c 100644 --- a/_includes/scripts.html +++ b/_includes/scripts.html @@ -5,7 +5,7 @@ diff --git a/_projects/guide.md b/_projects/guide.md new file mode 100644 index 0000000..c6c4412 --- /dev/null +++ b/_projects/guide.md @@ -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"] +--- + +
+ Screenshot of Marc's Guide +
Marc's Guide's Map View
+
+ +
+ +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 + +
+ Screenshot of Marc's Guide +
Marc's Guide's Detail View
+
+ +
+ +
+ Screenshot of Marc's Guide +
Marc's Guide's Detail View
+
+ +
+ +
+ Screenshot of Marc's Guide +
Marc's Guide's ⌘K search / Suggestion View
+
\ No newline at end of file diff --git a/assets/projects/guide/1.png b/assets/projects/guide/1.png new file mode 100644 index 0000000..2ef1e76 Binary files /dev/null and b/assets/projects/guide/1.png differ diff --git a/assets/projects/guide/2.png b/assets/projects/guide/2.png new file mode 100644 index 0000000..c7b3ed9 Binary files /dev/null and b/assets/projects/guide/2.png differ diff --git a/assets/projects/guide/3.png b/assets/projects/guide/3.png new file mode 100644 index 0000000..2ad7389 Binary files /dev/null and b/assets/projects/guide/3.png differ diff --git a/assets/projects/guide/4.png b/assets/projects/guide/4.png new file mode 100644 index 0000000..b8ccdfb Binary files /dev/null and b/assets/projects/guide/4.png differ