emiliodacosta's solutions
React w Accuracy Improvement & Multiple Timers (challenges 2, 3, and 4)
My previous submission already implements challenges 1, 2, and 4 (everything but multiple timers), so this one implements all except challenge 1 (since it wouldn't be clear which timer's time to display in the browser tab title.
Emilio da Costa
emiliodacosta • 1 year ago
React w Accuracy Improvement (challenge 4)
I ignored challenges 1-3 but implemented a solution for challenge 4 by modifying the interval period to account for pausing
Emilio da Costa
emiliodacosta • 1 year ago
React w all 3 challenges
utilized useRef to make clicking outside of Modal close the Modal
Emilio da Costa
emiliodacosta • 1 year ago
my map using for...of
very simple - do not see why this was given an estimate of 45 minutes
Emilio da Costa
emiliodacosta • 2 years ago
React and FormData
https://developer.mozilla.org/en-US/docs/Web/API/FormData
Emilio da Costa
emiliodacosta • 2 years ago
React Hooks w imported react-icons
This solution utilizes React's useState and useEffect hooks, the map function to render the array of FAQs, and icons imported via skypack from the react-icons package.
Emilio da Costa
emiliodacosta • 2 years ago