Explore the finest coffee spots in your city with 'Coffee Connoisseur'! This app helps you discover hidden gems and popular cafes, ensuring every brew is an experience. ☕️🌆
Repository Overview
Welcome to the repository for 'Coffee Connoisseur', a project featured in the Complete Next.js Developer course by Zero To Mastery. This repository serves as a comprehensive demonstration application, illustrating the core concepts of developing with Next.js. The showcased features include Routing, Static Site Generation (SSG), Serverless Functions, and more.
This is a Next.js project bootstrapped with create-next-app
.
To begin exploring and contributing to this project, follow these steps:
git clone https://github.com/ThomasCode92/discover-coffee-stores
yarn install # install dependencies
yarn dev # start development server
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying pages/index.js
. The page auto-updates as you edit the file. The pages/api
directory is mapped to /api/*
. Files in this directory are treated as API routes instead of React pages.
The application is deployed on the Vercel Platform. Vercel is a hoisting platform build by the creators of Next.js.
Check out the Next.js deployment documentation for more details.