Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MarceeloDominguez authored Mar 12, 2023
1 parent 62ea877 commit 9d0d046
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions README.md
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

0 comments on commit 9d0d046

Please sign in to comment.