Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mamunkhan71/boikosh
Online Book Reading Platform
https://github.com/mamunkhan71/boikosh
Last synced: 1 day ago
JSON representation
Online Book Reading Platform
- Host: GitHub
- URL: https://github.com/mamunkhan71/boikosh
- Owner: MamunKhan71
- Created: 2024-10-14T05:20:20.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-16T02:50:52.000Z (about 1 month ago)
- Last Synced: 2024-10-17T14:43:43.863Z (about 1 month ago)
- Language: JavaScript
- Size: 87.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boi Kosh
Boi Kosh is an online platform that connects readers with a wide variety of books. Explore, read, and discover new titles in a user-friendly interface.
## Live Demo
You can view the live version of the project at [Boi Kosh Live](https://boikosh.netlify.app/).
## GitHub Repository
Check out the source code at [Boi Kosh GitHub](https://github.com/MamunKhan71/BoiKosh).
## Screenshots
### Homepage
![Homepage](https://res.cloudinary.com/dz3kxnsxr/image/upload/v1729046607/homepage_xe2vuj.png)### Book Description Page
![Book Description Page](https://res.cloudinary.com/dz3kxnsxr/image/upload/v1729046607/bookDes_jxgxdo.png)## Technology Stack
This project is built using the following technologies:
- ```react```
- ```lucide-react```
- ```react-dom```
- ```Tailwind CSS```
- ```JavaScript```
- ```react-router-dom```
- ```react-toastify```
- ```netlify```
## InstallationTo run this project locally, clone the repository and install the dependencies:
```bash
git clone https://github.com/MamunKhan71/BoiKosh.git
cd BoiKosh
npm install
```
## Usage
After installing the dependencies, you can start the development server:
```bash
npm run dev
```