Completed
⌨️ Book Management MacOS App React Native
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
React Native MacOS App Tutorial - Book Management System
Automatically move to the next video in the Classroom when playback concludes
- 1 ⌨️ Book Management MacOS App React Native
- 2 ⌨️ Setup React Native on your Mac
- 3 ⌨️ Initialize the Project
- 4 ⌨️ Cleanup the Project
- 5 ⌨️ SearchBar Component
- 6 ⌨️ Intro to Google Books API
- 7 ⌨️ Use Postman to test the API
- 8 ⌨️ Integrate Google Books API in the Project
- 9 ⌨️ Setup Tanstack Query
- 10 ⌨️ useSearch Custom Hook
- 11 ⌨️ BookItem Component
- 12 ⌨️ Render Books on Home Screen
- 13 ⌨️ Add support for Icons in the Project
- 14 ⌨️ Rating in BookItem
- 15 ⌨️ Setup React Navigation
- 16 ⌨️ Add new Route for Book Screen
- 17 ⌨️ useBook Custom Hook
- 18 ⌨️ Implement Book Screen
- 19 ⌨️ Add types to React Navigation
- 20 ⌨️ SelectBookShelf Component
- 21 ⌨️ Add new Route for Bookshelves Screen
- 22 ⌨️ SegmentedButtons Component
- 23 ⌨️ Intro to Zustand
- 24 ⌨️ Setup Zustand
- 25 ⌨️ Zustand store for Bookshelves
- 26 ⌨️ BookShelfItem Component
- 27 ⌨️ Render Books on Bookshelves Screen
- 28 ⌨️ Implement update book in Zustand
- 29 ⌨️ Implement remove book in Zustand
- 30 ⌨️ Implement Local Storage Support
- 31 ⌨️ AI Book Summary
- 32 ⌨️ Setup Google Generative AI
- 33 ⌨️ useAI Custom Hook
- 34 ⌨️ Outro