The client side application using Yummy API.
🚫 This source code is protected by copyright. Unauthorized copying, modification, distribution, or use is strictly prohibited.
This application was built using:
- Next.js 14
- TypeScript
- Bootstrap 5
- SCSS
First, run the development server:
npm run devTo release a new version, create your feature, changes or fix branch naming e.g. feature/your-feature-name.
Next, change a version in package.json file and add a new record to CHANGELOG.md file
including information what relevant was added, changed, fixed or removed.
Finally, change version number at 22nd line in sidebar-content-footer.tsx.
To make the application work correctly, the following environmental variables need to be added:
.env.localfile:NEXT_PUBLIC_APP_URL- URL of applicationNEXT_PUBLIC_API_URL- URL of APINEXT_PUBLIC_API_VERSION- API version, e.g.2. API version by default is3.
Good luck, have fun!