-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
62ea877
commit 9d0d046
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Search Movie | ||
|
||
<table> | ||
<tr> | ||
<td><img src="https://user-images.githubusercontent.com/70117105/224550283-91f56bfc-1d67-45ec-bc7c-df30977b6c22.gif" width="300"></td> | ||
<td><img src="https://user-images.githubusercontent.com/70117105/224551052-25b36c33-28a9-4c21-9861-248893dde383.gif" width="300"></td> | ||
</tr> | ||
</table> | ||
|
||
## Run Locally | ||
|
||
Clone the project | ||
|
||
```bash | ||
git clone https://github.com/MarceeloDominguez/search_movie.git | ||
``` | ||
|
||
Go to the project directory | ||
|
||
```bash | ||
cd search_movie | ||
``` | ||
|
||
Install dependencies | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
Start the server | ||
|
||
```bash | ||
npm start | ||
``` | ||
|
||
## 🛠 Skills | ||
**Client:** React Native |