brgkdm / SweetScape

This web application helps users discover special birthday offers from various brands. Using HTML, CSS, and JavaScript, it offers a personalized experience by showcasing predefined brand campaign based on the user's date of birth.
MIT License
0 stars 1 forks source link

Adding campaign suggestions to be displayed when it is not the user's birthday. #2

Open brgkdm opened 1 month ago

brgkdm commented 1 month ago

Campaign Suggestion Submission

Please use the format below to suggest a campaign that can be displayed when users don't have a birthday. Make sure to provide complete and accurate information, including a valid source and image. Add 15 different suggestions.


Example Format:

    {
        "brand": "Brand A",
        "offer": "20% off on all items",
        "validUntil": "2023-12-31",
        "source": "https://example.com/brandA",
        "image": "https://example.com/images/brandA.jpg"
    }

# Please note that campaigns are permanent and do not change constantly. These updates apply to "suggestions.json".