i checked and the site simply uses localStorage to track achievements. the general flow is (perform achievement action)=>(set localStorage property for that achievement)=>(open achievements tab)=>(check localStorage for unlocked achievements and display them)
i checked and the site simply uses localStorage to track achievements. the general flow is (perform achievement action)=>(set localStorage property for that achievement)=>(open achievements tab)=>(check localStorage for unlocked achievements and display them)