HackRU / Reactment

RnD's community driven interview sandbox
9 stars 62 forks source link

Update HackRU Fun Facts #198

Closed bhivam closed 6 months ago

bhivam commented 7 months ago

Our fun facts section is now super stale! Clean this page up.

Remove all the content in this page.

For new content create a list of fun facts. At first your list will be empty so we need to provide a way for users to request a fun fact to be added. Create an add button that will go above your list. Users should be able to press this button to request a new fun fact to be added. Get new facts for this page using this fun fact api.

If users click to fast, the fun fact api will rate limit you. This means that they are returning an error because the user requested too many fun facts, too quickly. Make sure to handle this error and tell the user when it happens so they know why their fun fact didn't show up.

Make sure that when users click over to another page or refresh the website their fun facts do not change.