Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeniobarrosjr/movieapp
MovieApp is a simple list movies app.
https://github.com/eugeniobarrosjr/movieapp
react-native redux redux-saga
Last synced: about 1 month ago
JSON representation
MovieApp is a simple list movies app.
- Host: GitHub
- URL: https://github.com/eugeniobarrosjr/movieapp
- Owner: eugeniobarrosjr
- Created: 2020-05-12T11:18:11.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:49:30.000Z (about 2 years ago)
- Last Synced: 2024-11-09T12:37:22.435Z (3 months ago)
- Topics: react-native, redux, redux-saga
- Language: JavaScript
- Size: 2.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project is my implementation of MovieApp which is the test assessment project for the
Lead Mobile Team.## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
The project can be built with npm or yarn, so choose one of the approach bellow in case you don't have any installed on your system.
- **Npm** is distributed with Node.js which means that when you download Node.js, you automatically get npm installed on your computer. [Download Node.js](https://nodejs.org/en/download/)
- **Yarn** is a package manager built by Facebook Team and seems to be faster than npm in general. [Download Yarn](https://yarnpkg.com/en/docs/install)
### Installing
To download the project follow the instructions bellow:
```
git clone https://github.com/eugeniobarrosjr/movieapp.git
cd movieapp
``````
Create .env file based on the example with themoviedb api key.
```Then install dependencies and run:
```
yarn install
yarn start
yarn android
```## Versions
v0.5
- Default project implementation
## Authors
Eugênio Barros
- [https://github.com/eugeniobarrosjr](https://github.com/eugeniobarrosjr)
## License
This project is licensed under the MIT License