File tree Expand file tree Collapse file tree 5 files changed +6066
-6449
lines changed Expand file tree Collapse file tree 5 files changed +6066
-6449
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments