Skip to content

HelenBassa/discover-coffee-stores

Repository files navigation

Coffee Connoisseur

Next.js app Coffee Connoisseur allow you to discover your local coffee stores.

By default, we will see a list of Warsaw coffee stores.

Each card is clickable. By clicking on the card, you would be able to see the full name of the coffee store, how the coffee store looks like, its location, and also having the ability to upvote.

You can also go back to home and explore any other coffee shop you like, or you can click this button, which would help you discover coffee stores near you. This is going to use your location to show you a list of coffee shops near you. If you click on this button, it has a loading state and you will notice that now app displaying a list of coffee shops near you.

This app is completely responsive and supporting desktop, tablet and mobile.

1. Screenshots:

Warsaw Coffee Stores:warsaw-coffee-stores

E. Wedel. Pijalnia czekolady:E. Wedel. Pijalnia czekolady

Coffee stores near me: Coffee-stores-near-me

2. Deploy:

https://discover-coffee-stores-helenbassa.vercel.app/

https://coffee-connoisseur-helen-bassa.netlify.app/

Built with:

Next.js - The React Framework for the Web

CSS Modules - A CSS Module is a CSS file in which all class names and animation names are scoped locally by default

Foursquare API - Location for Developers. Build scalable mobile or web experiences for your users with Foursquare’s global location data.

Unsplash API - The most powerful photo engine in the world. Welcome to the Official Unsplash API. Create with the largest open collection of high-quality photos.

Geolocation API - The Geolocation API allows the user to provide their location to web applications if they so desire. For privacy reasons, the user is asked for permission to report location information.

Airtable - Airtable is a low-code platform for building collaborative apps. Customize your workflow, collaborate, and achieve ambitious outcomes.

Deploy

Vercel - Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration

Netlify - Web hosting and automation platform that accelerates development productivity


This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

Releases

No releases published

Packages

 
 
 

Contributors