Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuellaalbuquerque/watched
Mantenha uma lista de todos os filmes e séries que você já assistiu.
https://github.com/emmanuellaalbuquerque/watched
Last synced: about 1 month ago
JSON representation
Mantenha uma lista de todos os filmes e séries que você já assistiu.
- Host: GitHub
- URL: https://github.com/emmanuellaalbuquerque/watched
- Owner: EmmanuellaAlbuquerque
- Created: 2023-01-30T19:53:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-27T19:34:58.000Z (10 months ago)
- Last Synced: 2024-10-23T13:46:24.636Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Watched
Mantenha uma lista de todos os filmes e séries que você já assistiu.
https://github.com/EmmanuellaAlbuquerque/Watched/assets/57198678/def53002-6e9c-4d35-8b0d-b4bbedcc6034
## :art: Telas
Login Screen | Home Screen | Details Screen (Watched)
:---: | :---:| :---:|
| | |Search Screen | Watched Screen | Details Screen (Not Watched)
:---: | :---:| :---:|
| | |## ✨ Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [React-Native](https://reactnative.dev/)
- [Expo](https://expo.dev/)API do The Movie Database (TMDb) que mantém um banco de dados, atualizado constantemente, com os filmes e séries mais recentes.
- [themoviedb](https://developers.themoviedb.org/3/getting-started/introduction) - The Movie Database API## :rocket: Executando o projeto
### Versions Used
- Node 17
- Expo 47
- React Native 0.70.5Primeiramente, lembre-se de obter a API KEY do ([TMDb](https://developers.themoviedb.org/3/getting-started/introduction)). Em seguida, defina o arquivo .env na home do projeto.
```sh
# .env.exampleTHEMOVIEDB_APIKEY=
```Utilize o **yarn** ou o **npm install** para instalar as dependências do projeto.
Em seguida, inicie o projeto.```sh
nvm use 17
nvm currentnpx expo start
```## :iphone: APK
[Android APK](.github/APK/Watched.apk)
## :hammer_and_wrench: Tarefas
#### implementar login
- [x] Create new Token (request_token)
- [x] Login (sucess)#### implementar bottom nav
- [x] Create Session (session_id)
- [x] List Watched#### implementar adição aos assistidos
- [x] Create Session (session_id)
- [x] Get Account Info (account id)
- [x] Add to Watched#### implementar pesquisa
- [x] For movies
- [x] For series## ✍️ Autor
Made with ❤️ by Manu