logo

Coffee Connoisseur

Geolocation based search for coffee shops 🌍

NextJSFoursquareUnsplashAirtable
post_image
21/08/2023
0
Source Code
Live Demo

The Story

Coffee Connoisseur was developed as part of a NextJS course project, focusing on building a practical web application with real-world API integrations. The app helps users discover coffee shops in their area, with Palermo set as the default location for demonstration purposes.

What Makes It Special

The project demonstrates the practical implementation of modern web development concepts. It combines static and dynamic data handling, using pre-loaded coffee shop information for Palermo while also offering location-based search capabilities. The upvoting system showcases basic data persistence and state management through Airtable integration. ☕

The Technical Craft

Core Features

The Secret Sauce

Built this beast using:

Challenges & Solutions

The Data Sync Dance 🔄

The Performance Puzzle 🧩

Impact & Learning

What's Next?

Getting Started

Clone the repo and dive in:

Code
Copied!
git clone https://github.com/Okazakee/ZTM-coffee-connoisseur.git
npm install
npm run dev