https://github.com/dutragames/app-movies
App movies interface
https://github.com/dutragames/app-movies
app mobile movies-api react-native typescript
Last synced: 3 months ago
JSON representation
App movies interface
- Host: GitHub
- URL: https://github.com/dutragames/app-movies
- Owner: DutraGames
- License: mit
- Created: 2021-09-29T17:44:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-11T23:23:09.000Z (over 3 years ago)
- Last Synced: 2025-01-19T04:54:36.048Z (5 months ago)
- Topics: app, mobile, movies-api, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 600 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# App Movies
## ๐ฐ**Description**:
A simple app created with expo, referring to the interior 4 of channel [Sujeito Programador](https://www.youtube.com/channel/UCLc5Bq2yfs-S3Zse3ZFRMEQ).
Where I developed in a way that suits my taste and need.Hope this little code can help people learn how to use expo and TypeScript. :D
## ๐จโ๐ป**Technology**:






## ๐ท**Images**:

### **app home page**

### **app about page**

### **Movie Details, where it shows an image of the movie, the title and description.**

ยด
### **app FavoriTE page**
### **Share function**
## **โHow to use?**
Open [api.ts]("https://github.com/DutraGames/app-movies/blob/main/src/api.ts") and change the key value to yours.
```ts
import axios from "axios"const api = axios.create({
baseURL: 'https://api.themoviedb.org/3'
})export const key = 'you key'
export default api
```