Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlg404/nubank-clone
A Nubank Clone, made with React Native
https://github.com/mlg404/nubank-clone
Last synced: 24 days ago
JSON representation
A Nubank Clone, made with React Native
- Host: GitHub
- URL: https://github.com/mlg404/nubank-clone
- Owner: mlg404
- License: mit
- Created: 2020-04-12T21:00:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T19:14:30.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T11:04:19.655Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.06 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
nuClone: a Nubank App clone!This is a clone application made for study purposes, where i developed an Mobile application following the original Nubank layout
Info |
Technologies |
How to |
Functionalities |
Contribute |
License
## :rocket: Info
This is a React Native APP. Nubank is a digital bank, with best (or none) tax!
## :computer: Technologies
This project was developed following this technologies:
- [Expo](https://expo.io/)
- [React](https://reactjs.org)
- [React Native](https://facebook.github.io/react-native/)
- [Styled Components](https://styled-components.com/)
- [RN Reanimated](https://github.com/software-mansion/react-native-reanimated)
- [RN QRcode Generator](https://www.npmjs.com/package/react-native-qrcode-generator)
- [RN Gesture Handler](https://github.com/software-mansion/react-native-gesture-handler)
- [React Navigation](https://reactnavigation.org/)
- [VS Code][vc]## :information_source: How To
To clone this application you will need [Git](https://git-scm.com) + [Yarn v1.22.4][yarn] or higher + [Expo CLI][expocli] installed in your computer. Run in terminal:
```bash
# Clone this repo
$ git clone https://github.com/mlg404/nubank-clone.git nubank-clone# Access this repo
$ cd nubank-clone# Install dependencies
$ yarn install# Run the application
$ yarn start
```## :mag_right: Funcionalities
See the current features!
- See your money
- Swap down to see menu options
- Swap tabs## :busts_in_silhouette: Contribute
- Fork this repository;
- Create one branch with your feature: `git checkout -b my-feature`;
- Commit your alterations: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.Open a pull request with your branch. After yout pull request merge, you should delete your branch.
## :memo: License
This project is under MIT license. See [LICENSE](https://github.com/mlg404/nubank-clone/blob/master/LICENSE) for more information.---
Made with 💙 by Victor Eyer :wave: [Get in touch!](https://www.linkedin.com/in/victoreyer/)
[nodejs]: https://nodejs.org/
[vc]: https://code.visualstudio.com/
[expocli]: https://expo.io/tools