Coffee near you

This was a project I did to learn Next.js using APIs to serve content.
- You can view and try out the app here: https://coffeeshop-near-you.vercel.app/
- The source is available on GitHub: https://github.com/eystein/ztm-nextjs-coffeeshop
- Last, but not least, all my notes for this project! eystein.notion/coffee-stores-near-me
Technologies #
An overview of the technologies used in this app. More (much more!) details in my Next.js project notes on Notion.
- Next.js
- APIs
- Airtable as database
- Foursquare for locations
- Unsplash for images
- Geolocation
- Modularised CSS
- Middleware
- Props
- Routing
- JSON
- Fetch API
- Auhorization
- React hooks
- useState
- Serverless functions