Dear students,
Please use your ReactJS skills to build an app that fetches data from Google Books API and the user can display and search for certain books
Please follow the steps below to complete the task:
- Use this API to fetch the data https://www.googleapis.com/books/v1/volumes?q=${YOUR_SEARCH_TERM} .
- Use UseState,UseEffect,UseContext Hooks.
- Make the app resposive use a grid system to display the books.
- Focus on writing clean code.
Please feel free to reach out if you have any questions or need further assistance.