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

https://github.com/henriquemarquesdev/movieflix

Application Developed with React Native, Expo and TypeScript.
https://github.com/henriquemarquesdev/movieflix

expo phosphor-react-native react react-native react-navigation react-query styled-components typescript

Last synced: 2 months ago
JSON representation

Application Developed with React Native, Expo and TypeScript.

Awesome Lists containing this project

README

          




🚧 Under construction... 🚧


Repository size

GitHub last commit

License



---

## 📋 About

Movies application.

API documentation used: [The Movie Database API](https://developers.themoviedb.org/3/getting-started/introduction)

---

## 📂 How to run this project

To clone and run this app, you will need to [Git](https://git-scm.com), [NodeJs](https://nodejs.org/en/) and [Android Studio](https://developer.android.com/studio) installed on your computer or a mobile device with android or ios with the [Expo Go](https://expo.dev/client) app installed.

### 🌀 Cloning the repository

```bash
# Clone this repository
$ git clone https://github.com/HMDarkFir3/movieflix.git

# Access the project folder in the terminal/cmd
$ cd movieflix
```

### 🎲 Running the Application

```bash
# Install dependencies
$ yarn install ou npm install

# If you are using your cellphone how emulator, run
$ npx expo start

# If you are using the Android emulator, run
$ yarn android ou npm run android

# If you are using the IOS emulator, run
yarn ios ou npm run ios
```

---

## 🚀 Technologies Used

The project was developed using the following technologies:

- [React Native](https://reactnative.dev)
- [Expo](https://docs.expo.io)
- [TypeScript](https://www.typescriptlang.org)
- [React Navigation](https://reactnavigation.org)
- [React Query](https://react-query-v3.tanstack.com/)
- [Styled Components](https://styled-components.com)
- [Phosphor Icons](https://phosphoricons.com/)

---

## 💪 How to contribute to the project

1. Make a **fork** of the project.
2. Create a new branch with your changes: `git checkout -b my-feature`
3. Save the changes and create a commit message telling you what you've done: `git commit -m "feature: My new feature"`
4. Submit your changes: `git push origin my-feature`
> If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)

---

## 🧑 Author


Henrique Luís Oliveira Marques



---

## 📝 License

This project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.


👋🏽 [Get in touch!](https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/)