-
Notifications
You must be signed in to change notification settings - Fork 131
Description
Is your feature request related to a problem? Please describe.
Currently, the website provides useful baking utilities like recipe scaling and conversions, but it lacks an element of engagement for users who revisit the site. Without some fresh content, users may find the experience static.
Describe the solution you'd like
I would like to implement a “Random Baking Tip of the Day” feature.
A collection of baking tips will be stored in a simple JavaScript array or JSON.
Each day (based on system date or random generation), the site will display one baking tip in a designated section.
This keeps the site dynamic, engaging, and informative, even for repeat visitors.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Showing a random tip on every refresh (instead of daily).
Creating a tip carousel where users can browse multiple tips.
Adding a “Show me another tip” button for manual refresh.
Kindly assign me this issue.