A simple React Native application for browsing and managing books.
Built with modern libraries and navigation patterns.
- 📖 Browse list of books
- ⭐ Add books to favorites
- 🔍 Search for a book
- 🔀 Sort books
- React Native
- React Navigation
- React Query
- React Native Bottom Sheet
- React Native Async Storage
- Axios
- Date-fns
- React Native Bootsplash
-
Clone the repository:
git clone https://github.com/katzbe/IsracardDemoBenjaminKatz.git cd IsracardDemoBenjaminKatz -
Install dependencies:
npm install # or yarn -
iOS setup (Mac only):
bundle install cd ios pod install cd ..
npm run ios
#or
yarn iosnpm run android
#or
yarn android