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.
- 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.
- React
- React Router
- React Tabs
- SweetAlert2
-
Clone the repository:
git clone <repository_url>
-
Navigate to the project directory:
cd boi-poka
-
Install dependencies:
npm install # or yarn install
-
Start the development server:
npm run dev # or yarn dev
-
Open your browser:
Open your web browser and navigate to the address shown in the terminal (usually
http://localhost:3000
).
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.