Progress So Far:-
-
Completed the Frequency Canvas, integrated it with some of my own beats ,Added a preset drop-down (Lofi, Synthwave, 8-Bit)
-
Built an async fetchProjects() module calling the GitHub REST API .It dynamically filters out forks, maps repo tags, and builds project cards automatically.
3)Handled GitHub’s unauthenticated rate limits (60 req/hr) by saving the payload to localStorage with a 1-hour expiration.(i actually hit GitHub’s 60-request hourly limit almost instantly because the fetch call was firing inside a component re-render)
fixed it by wrapping the API call inside a strict initial load check and serving cached local JSON if rate-limited
been working on this all night !!! just took last project review personally
Next i want add to add a interactive terminal and make some changes to the theme
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.