Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lukemorales/nubank-react-native

A React Native clone app of one of the greatest fintechs of the world: Nubank
https://github.com/lukemorales/nubank-react-native

gesture-handler nubank react react-native react-native-gesture-handler react-navigation styled-components

Last synced: 6 days ago
JSON representation

A React Native clone app of one of the greatest fintechs of the world: Nubank

Awesome Lists containing this project

README

        


React GitHub Repo List


Nubank React Native Clone


A React Native clone app of one of the greatest fintechs of the world: Nubank



GitHub top language

GitHub language count


Codacy grade


Repository size

GitHub last commit



Repository issues


GitHub


Technologies   |   
Prerequisites   |   
How To Use   |   
License

## :rocket: Technologies

This project was developed with the [RocketSeat Nubank Clone Video](https://youtu.be/DDm0M_rZLJo) with the following technologies:

- [React Native](http://facebook.github.io/react-native/)
- [React Navigation](https://reactnavigation.org/)
- [React Native Gesture Handler](https://kmagiera.github.io/react-native-gesture-handler/)
- [styled-components](https://www.styled-components.com/)
- [react-native-vector-icons](https://oblador.github.io/react-native-vector-icons/)
- [react-native-qrcode](https://www.npmjs.com/package/react-native-qrcode)
- [styled-components](https://www.styled-components.com/)
- [VS Code][vc] with [EditorConfig][vceditconfig] and [ESLint][vceslint]

## :warning: Prerequisites

In order to use and test the app on a simulator or on your smartphone, you should've already setup the development environment for React Native applications. You can follow the following article (PT-BR) to setup your environment:

[React Native Environment (Android/iOS)](https://docs.rocketseat.dev/ambiente-react-native/introducao)

## :information_source: How To Use

To clone and run this application, you'll need [Git](https://git-scm.com), [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/lukemorales/nubank-react-native nubankRN

# Go into the repository
$ cd nubankRN

# Install dependencies
$ yarn install

# Run the app (iOS)
$ react-native run-ios --simulator="iPhone XS Max"

# Run the app (Android)
$ react-native run-android
```

## :memo: License
This project is under the MIT license. See the [LICENSE](https://github.com/lukemorales/nubank-react-native/blob/master/LICENSE) for more information.

---

Made with ♥ by Luke Morales :wave: [Get in touch!](https://www.linkedin.com/in/lukemorales/)

[nodejs]: https://nodejs.org/
[yarn]: https://yarnpkg.com/
[vc]: https://code.visualstudio.com/
[vceditconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig
[vceslint]: https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint