-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathview.txt
66 lines (52 loc) · 976 Bytes
/
view.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
BAnk Application
pages -
{
sign in
sign up
dashboard
landing page
transaction page
history
profile
settings
}
logic
signup
signin
logout
deposit
transfer
transaction(
buy airtime pay for flights
)
Data Structure
alusers:[
firstname ; string,
lastname: string,
email : string,
password : string,
phonenumber: string,
accountnumber: string,
pin: string,
address: string,
dob: string,
gender: string,
nationality: string,
profilepicture: string,
NIN,BVN: Number:
balance : Number,
]
transactionHistory : transferdesscription, accountnumber(sender, receiver), date and time, transaction
transactionID, amount, trnasactionTYpe(debit)
ASYNCHRONOUS PROGRAMMING
async & await
Application PROGRAMMING interface(API)
Consuming API
https://jsonplaceholder.typicode.com
ENDPOINT -URL
tools for fetching from an api
fetch api
axios
ajax
JSON. JAVASCRIPT OBJECT NOTATION
RESTAURANT