Skip to content

ANU1o/RestoHunt

Repository files navigation

🍽️ RestoHunt

Discover neighborhood restaurants with style — powered by static export, modular components, and real-time previews. Preview it live here.

RestoHunt Cover

📦 Tech Stack

📁 Static Data Source

RestoHunt uses a local JSON file stored at:

public/data/restaurants.json

To support static generation (generateStaticParams()), a build-safe utility reads this file using Node’s filesystem API.

🧭 Routing Behavior

  • Home page lists all restaurants via getAll
  • Preview page renders details for a single restaurant using route params + getById
  • Static export ready with pre-rendered dynamic paths
  • Open Graph metadata from opengraph-image.jpg

🎯 Features

🌐 Deployment

Powered by Netlify

Static export enabled via next.config.js → output: "export"

About

Static restaurant preview app built with Next.js, TypeScript, and modular UI. Features dynamic routing and JSON-backed data loading.

Topics

Resources

License

Stars

Watchers

Forks

Contributors