You are browsing as a guest. Sign up (or log in) to start making projects!

8h 31m logged

Progress So Far:-

  1. Completed the Frequency Canvas, integrated it with some of my own beats ,Added a preset drop-down (Lofi, Synthwave, 8-Bit)

  2. 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

0
28

Comments 0

No comments yet. Be the first!