Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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