forZoloApp is a SwiftUI-based iOS application designed to manage a virtual book library. Users can browse a list of books, add new books to the library, and borrow books by selecting dates.
- List books in a virtual library with images and details.
- Add new books to the library with title, author, and cover image.
- Borrow books by selecting available dates.
- View detailed information about each book, including ratings and reviews.
To run forZoloApp on your local machine, you'll need to have Xcode installed. Follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/aatmik-panse/forZoloAssignment.git
Open the forZoloAssignment.xcodeproj file in Xcode.
Select an iOS Simulator or connect an iOS device.
Press Cmd + R to build and run the application.
Contributions are welcome! If you'd like to contribute, please follow these steps:
Fork the repository. Create a new branch for your feature (git checkout -b feature/AmazingFeature). Commit your changes (git commit -m 'Add some AmazingFeature'). Push to the branch (git push origin feature/AmazingFeature). Open a pull request.
Here are some screenshots from the forZoloApp to give you a visual overview of its features:
Book Library
Description: The main screen displays a list of books in the virtual library with details, including images, titles, and authors.
Add Book
Description: Tap on the "Add Book" button to add a new book to the library. Fill in the book's name, author, and image name fields, then tap "Add Book" to save it.
Borrowing a Book
Description: Select a book from the list to view its details. Tap on "Borrow This Book" to choose borrowing dates, then confirm your selection.
Book Details
Description: View detailed information about each book, including ratings, reviews, and additional details.