jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
20 stars 27 forks source link

Random_Quote_Generator/30_days_of_javascript #161

Closed yashmadke closed 1 month ago

yashmadke commented 1 month ago

Description:

There are a couple of issues with the current code that need fixing, along with a request to add functionality to fetch quotes from an API with a fallback to local JSON data.

Proposed Changes:

  1. Fix the bug:

    • Correct the element ID reference from quoteTypoAuthor to quoteAuthor.
  2. Add API functionality:

    • Fetch quotes from an API
    • Add a fallback mechanism to use local JSON quotes if the API call fails.
github-actions[bot] commented 1 month ago

Thank you for creating this issue! 🎉

We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our [CONTRIBUTING.md] for guidelines on contributing to this Domain.

Walayhs commented 1 month ago

Go ahead!

github-actions[bot] commented 1 month ago

Hello @yashmadke! Your issue #161 has been closed. Thank you for your contribution!