Skip to content

ahmadakil67/boi-poka

Repository files navigation

Boi Poka - Your Online Book Reader

Project Description

Boi Poka is a web application designed to provide users with a platform to explore and read books online. It allows users to:

  • Read books
  • Add books to a wishlist
  • View book details

This application aims to create a convenient and user-friendly experience for book enthusiasts.

Features

  • Read Books: Users can access and read books directly on the platform.
  • Wishlist: Users can add books to a personal wishlist for later reading.
  • Book Details: Users can view detailed information about each book, helping them make informed decisions.

Technologies Used

  • React
  • React Router
  • React Tabs
  • SweetAlert2

Installation

  1. Clone the repository:

    git clone <repository_url>
  2. Navigate to the project directory:

    cd boi-poka
  3. Install dependencies:

    npm install  # or yarn install

Usage

  1. Start the development server:

    npm run dev # or yarn dev
  2. Open your browser:

    Open your web browser and navigate to the address shown in the terminal (usually http://localhost:3000).

Project Structure

The project structure is organized as follows:

Boi Poka/
├── src/
│   ├── pages/
│   │   └── ReadList/
│   │       └── ReadList.jsx
│   ├── components/
│   │   └── Book/
│   │       └── Book.jsx
│   └── utility/
│       ├── addToDB.js
│       ├── getStoredBook.js
│       └── addLocalStorage.js
├── public/
│   └── index.html
├── package.json
└── README.md

Let me know if you have any other questions or need further assistance.

About

Boi Poka is a online book reading project with the React technology

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published