Lucostamagna / App_01_MercuryInternship

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App_01_MercuryInternship

The application was made using React Native CLI. No frameworks were used.

STATEMENT The general idea is to create an Static App aimed at financing based on the JSON structure. Use any UI library framework for that. Besides practicing in decomposition, it’s interesting what UI you will get finally.

JSON DATA { "user": { "name": "John Doe", "email": "johndoe@gmail.com", "accounts": [ { "type": "Checking", "balance": 1000.5 }, { "type": "Savings", "balance": 2500.0 } ] }, "transactions": [ { "type": "Deposit", "amount": 500.0, "account": "Checking" }, { "type": "Withdrawal", "amount": 100.0, "account": "Savings" }, { "type": "Transfer", "amount": 200.0, "fromAccount": "Checking", "toAccount": "Savings" } ], "friends": [ { "name": "Jane Smith", "email": "janesmith@gmail.com" }, { "name": "Bob Johnson", "email": "bobjohnson@gmail.com" } ] }

About


Languages

Language:Java 35.1%Language:TypeScript 24.5%Language:C++ 16.2%Language:Objective-C++ 9.8%Language:Objective-C 5.3%Language:Ruby 3.6%Language:JavaScript 2.3%Language:Starlark 1.3%Language:Shell 1.1%Language:CMake 0.6%