a simple beverage shop created by next js
- "Custom App" & "Single Shared Layout"
- Only client side rendering for pages (in this branch)
- "Head" component for the pages' titles (from next/head)
- "Image" component (from next/image)
- Custom 404 & 500 page
- .env for "environment variable"
- Absolute Imports
- reportWebVitals
- redux toolkit for storing & using the entire app's data
- Only bootstrap library & the "react-bootstrap" & "toastify" library is not used (for more light-weight production code)