Documenting my learning journey of Namaste React Live Course conducted by Akshay Saini
In this chapter, we are going to implement the following features :
- make use of useEffect() React Hook to fetch live data from Public Restaurant API
- Error handling in API call
- Fix all the bugs in search functionality
- Build a Shimmer Component to display page loader before the data is fetched and restaurant cards are rendered.
- Use a login/logout button to toggle the user to logout or login.