
Todos List
React Exercise
A simple React app where the user clicks on a todo item and is taken to another page displaying that todo's information. This app showcases the use of fecthing APIs in react using the useEffect hook, as well as the useState hook to store the information.