Skip to content

Commit bb77521

Browse files
committed
πŸ“– DOC: Added readme content
1 parent 8a1ac21 commit bb77521

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

β€Žtext-case-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>Text Case App</h2>
5+
</div>
6+
7+
> [Live Preview](https://rapidapi-example-text-case-app.vercel.app/)
8+
9+
### ⚑️ Features
10+
11+
- Converts a text to different cases
12+
- Mobile friendly
13+
14+
## πŸ“– Guide
15+
16+
[*Read how we build this application*](https://rapidapi.com/guides/build-text-case-app)
17+
18+
### πŸ› οΈ Installation Steps
19+
20+
1. Download the `text-case-app` directory. Click [here](https://download-directory.github.io/?url=https://github.com/RapidAPI/DevRel-Examples-External/tree/main/text-case-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\ text-case-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 variables
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)