- Play with the useEffect Hook to see when it is called?(before or after render) Play with dependency array in useEffect Hook
- Play with the developer console by putting a debugger in render and useEffect Call an actual API to get data
- Handle Error in your API call
- Build Shimmer UI when data in not loaded
- Render your UI with actual API data
- Make Search functionality work
- Make a Login Logout button which toggles with a state