Skip to content

Commit 390bbc0

Browse files
committed
screenshots added
1 parent ad0762c commit 390bbc0

File tree

5 files changed

+6066
-6449
lines changed

5 files changed

+6066
-6449
lines changed

README.md

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,42 @@
1-
Sample Podcast Application
1+
# P-Cast
2+
3+
P-Cast is simple demo podcast application.
4+
5+
## Getting Started
6+
7+
Clone the project to your local machine and install the necessary dependencies.
8+
9+
```bash
10+
git https://github.com/Myctr/P-Cast.git
11+
cd P-Cast
12+
yarn install
13+
# for ios
14+
npx pod-install
15+
```
16+
17+
# Usage
18+
19+
To start the application, use the following command:
20+
21+
```bash
22+
# android
23+
yarn run android
24+
# ios
25+
yarn run ios
26+
```
27+
28+
# Screenshots
29+
30+
<div align="center">
31+
<image width=350 src="screenshots/login.png" />
32+
<image width=350 src="screenshots/browse.png" />
33+
<image width=350 src="screenshots/podcast.png" />
34+
</div>
35+
36+
# Technologies
37+
38+
- React Native
39+
- Axios
40+
- React Native SVG
41+
- React Navigation
42+
- React Native Sound Player

screenshots/browse.png

118 KB
Loading

screenshots/login.png

430 KB
Loading

screenshots/podcast.png

873 KB
Loading

0 commit comments

Comments
 (0)