This project is a clone of Nubank (digital bank) app
🇧🇷 | 🇺🇸 |
---|
This project, acctually, start as a personal challenge: I wanted to see if I could clone visually an app that I have in my phone. I like so much the layout of nubank app and I it seems like difficult enough to my challenge. I could pratice more my react-native knowledge and make a project using typescript and learn about local authentication. The project is not finished yet at all, I plan to dev more page and probably turn it an finance control app.
- React-Native
- Expo
- Typescript
You'll need have node and expo installed in your machine
Using SSH:
git clone git@github.com:GustavoMont/nubank-clone.git
Using HTTPS:
git clone https://github.com/GustavoMont/nubank-clone.git
Enter in directory
cd nubank-clone
Install it
npm i
or
yarn
Run it:
npx expo start
or
yarn expo start