MLSCMMCOE / mlsc-website

MLSC MMCOE website
https://mlscmmcoe.com
MIT License
3 stars 10 forks source link

Implement Quote's API for Dynamic Quotes generation #4

Closed Atharv-Nalwade closed 1 year ago

Atharv-Nalwade commented 1 year ago

In our current implementation, we have hard-coded quotes into our typewriter animation, which limits the variety and freshness of the content. To enhance user experience and promote a dynamic presentation of quotes, I propose that we integrate a Quote API.

Implementation Steps:

  1. Research and choose a suitable Quote API.
  2. Integrate the selected API into our project.
  3. Modify the typewriter animation to fetch and display quotes from the API.
  4. Test the implementation thoroughly to ensure it works seamlessly.
  5. Document the changes for future reference.
Atharv-Nalwade commented 1 year ago

If anyone is interested in working on this suggestion, please feel free to take it up. Alternatively, if no one picks it up, I'm willing to implement it myself.