Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thomascode92/discover-coffee-stores
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. ☕️🌆
https://github.com/thomascode92/discover-coffee-stores
airtable-api foursquare-api learn-nextjs nextjs swr udemy-course-project unsplash-api
Last synced: 19 days ago
JSON representation
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. ☕️🌆
- Host: GitHub
- URL: https://github.com/thomascode92/discover-coffee-stores
- Owner: ThomasCode92
- Created: 2023-09-14T11:29:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-22T06:54:07.000Z (10 months ago)
- Last Synced: 2024-10-12T00:48:33.766Z (about 1 month ago)
- Topics: airtable-api, foursquare-api, learn-nextjs, nextjs, swr, udemy-course-project, unsplash-api
- Language: JavaScript
- Homepage: https://discover-coffee-stores-two-lovat.vercel.app
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discover Coffee Stores - Coffee Connoisseur
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](https://www.udemy.com/course/complete-nextjs-developer-zero-to-mastery/) course by [Zero To Mastery](https://zerotomastery.io/). 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](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Getting Started
To begin exploring and contributing to this project, follow these steps:
```bash
git clone https://github.com/ThomasCode92/discover-coffee-stores
yarn install # install dependencies
yarn dev # start development server
```Open [http://localhost:3000](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](https://nextjs.org/docs/api-routes/introduction) instead of React pages.
## Deploy on Vercel
The application is deployed on the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme). Vercel is a hoisting platform build by the creators of Next.js.
Check out the [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.