Skip to content

Commit 6a6c076

Browse files
committed
📖 DOC: readme
1 parent 936a809 commit 6a6c076

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

books-app/README.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
![cover](assets/cover.png)
2+
3+
<div align="center">
4+
<h2>Books App</h2>
5+
</div>
6+
7+
> [Live Preview](https://rapidapi-example-books-app.vercel.app/)
8+
9+
### ⚡️ Features
10+
11+
- Search for Books based on multiple parameters.
12+
- Responsive design.
13+
14+
## Guide
15+
16+
[Read a step-by-step guide to build this application.](https://rapidapi.com/guides/build-books-app)
17+
18+
### 🛠️ Installation Steps
19+
20+
1. Download the `books-app` directory. Click [here](https://download-directory.github.io/?url=https://github.com/RapidAPI/DevRel-Examples-External/tree/main/books-app) to download it.
21+
22+
2. Unzip the downloaded file and navigate to the working directory.
23+
24+
```bash
25+
cd RapidAPI\ DevRel-Examples-External\ main\ books-app/
26+
```
27+
28+
3. Install dependencies
29+
30+
```bash
31+
npm install
32+
```
33+
34+
4. Create `.env.local` file in root and add your RapidAPI key.
35+
36+
```bash
37+
NEXT_PUBLIC_RAPIDAPI_KEY=YOUR_RAPID_API_KEY
38+
```
39+
40+
5. Run the app
41+
42+
```bash
43+
npm run dev
44+
```
45+
46+
You are all set! Open [localhost:3000](http://localhost:3000/) to see the app.

0 commit comments

Comments
 (0)