BrijenMakwana / BookSwap

Connects users to swap books with others in their city. Utilizes Google Books API for comprehensive book data.

Home Page:https://drive.google.com/file/d/1PnXm_XPlOspHv0nhpekVYBV0H6eh2cFz/view?usp=sharing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

app logo

BookSwap App : Design inspired by Barbie Movie

Table of contents

Overview

  • Connects users to swap books with others in their city.
  • Registration using email for seamless access implemented with Supabase Auth.
  • Utilizes Google Books API for comprehensive book data.
  • Offers detailed book information: title, image, rating, author, and description.
  • Implements Google Embed API to preview books within the app.
  • Users can search for any book by typing in the search bar.
  • A barcode scanner has been implemented, allowing users to scan the barcode on any book and retrieve the book details.
  • Provides 3 bookshelves to organize reading:
    • Read
    • Want to Read
    • Currently Reading
  • Empowers users to add books to specific bookshelves, facilitating reading management.
  • Supabase is used to perform all the CRUD operations and manage database.
  • Home Screen displays a comprehensive view of available books and potential people to swap books with.
  • Users can request books with a single button click.
  • Email template auto-populates for efficient communication.
  • Leverages expo-image to optimize image handling within the app.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6

Database Schema

database schema

Run the project

First you need to have node and Android Studio install in your machine to run this project and app. Clone this project and open it on any Code Editor or IDE. Then run this command.

npm i

It will install all the dependencies in your system. Then run this command to start the server.

npm start

Now you can view this app on your Android smartphone or Android Emulator

Built with

  • React Native
  • Expo 49
  • Typescript
  • expo-router
  • Supabase Database
  • Google Books API
  • Google Embed API
  • expo-barcode-scanner
  • expo-image
  • Shopify Flashlist
  • Styled Components

About

Connects users to swap books with others in their city. Utilizes Google Books API for comprehensive book data.

https://drive.google.com/file/d/1PnXm_XPlOspHv0nhpekVYBV0H6eh2cFz/view?usp=sharing


Languages

Language:TypeScript 98.2%Language:JavaScript 1.8%