https://github.com/alexandredresch/yourmovie
Use this app to organize your movie list, and also to keep an eye on what's new.
https://github.com/alexandredresch/yourmovie
Last synced: about 1 month ago
JSON representation
Use this app to organize your movie list, and also to keep an eye on what's new.
- Host: GitHub
- URL: https://github.com/alexandredresch/yourmovie
- Owner: AlexandreDresch
- Created: 2022-04-20T01:44:26.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-25T18:22:10.000Z (about 4 years ago)
- Last Synced: 2025-02-25T20:37:59.623Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Your Movie

## Use this app to organize your movie list, and also to keep an eye on what's new.
## Starting the project
Use **yarn** or **npm install** to install project dependencies.
Then start the project.
```cl
expo start
```
## Features
- [ ] Keeps up to date with the TMDB API;
- [ ] Show movie that is in theaters;
- [ ] List popular and top rated movies;
- [ ] Shows details of the selected movie;
- [ ] Allows you to save your favorite movies in a list;
- [ ] Button on the movie page that takes you straight to the movie's website;
- [ ] Search bar that lets you search for movies by name;
## Technologies
- [ ] React Native
- [ ] JavaScript
- [ ] Expo
- [ ] Context API
- [ ] Async Storage
- [ ] Vector Icons
- [ ] Axios
- [ ] React Navigation Stack
- [ ] React Native Gesture Handler
- [ ] React Native Stars
- [ ] React Native WebView