This project is a demo of a decentralized book search engine. It allows users to search for books based on their titles and displays the search results in a simple interface.
To get started with this project, follow these steps:
- Node.js (v16.x or higher)
- npm (v6.x or higher)
- Clone the repository:
git clone https://github.com/j2qk3b/ebook-demo
- Navigate to the project directory:
cd ebook-demo
- Install the required dependencies:
npm install
To start the application, run the following command:
npm run dev
This will start the development server, and the application should be accessible at http://localhost:5173
by default.
- Enter a book title in the search box.
- Click the "Search" button or press "Enter" to perform the search.
- The search results will be displayed below the search box, showing the title and author of each matching book.
- React - A JavaScript library for building user interfaces.
- Glitter SDK - A JavaScript SDK for interacting with the Glitter.
If you would like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE file for details.