-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding mock data, form and server config
- Loading branch information
Lizeth Vera
authored and
Lizeth Vera
committed
Jun 23, 2024
1 parent
0b1a188
commit 93e229c
Showing
6 changed files
with
1,945 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"tabWidth": 4, | ||
"semi": true, | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,364 @@ | ||
{ | ||
"data": [ | ||
{ | ||
"ID": 1, | ||
"Name": "Paul Walker", | ||
"Donations": { | ||
"Food": [ | ||
"nuts", | ||
"seeds" | ||
], | ||
"Money": 813, | ||
"Clothes": [ | ||
"suit", | ||
"tie" | ||
] | ||
}, | ||
"Date": "2022-02-25", | ||
"id": "65e9" | ||
}, | ||
{ | ||
"ID": 2, | ||
"Name": "Mona Taylor", | ||
"Donations": { | ||
"Food": [ | ||
"rice", | ||
"lentils" | ||
], | ||
"Money": 231, | ||
"Clothes": [ | ||
"t-shirt", | ||
"shorts" | ||
] | ||
}, | ||
"Date": "2022-01-01", | ||
"id": "49ee" | ||
}, | ||
{ | ||
"ID": 3, | ||
"Name": "Karen Davis", | ||
"Donations": { | ||
"Food": [ | ||
"fish", | ||
"chips" | ||
], | ||
"Money": 881, | ||
"Clothes": [ | ||
"sweater", | ||
"skirt" | ||
] | ||
}, | ||
"Date": "2022-08-24", | ||
"id": "affc" | ||
}, | ||
{ | ||
"ID": 4, | ||
"Name": "Ivy White", | ||
"Donations": { | ||
"Food": [ | ||
"bread", | ||
"butter" | ||
], | ||
"Money": 725, | ||
"Clothes": [ | ||
"jacket", | ||
"coat" | ||
] | ||
}, | ||
"Date": "2024-12-23", | ||
"id": "478a" | ||
}, | ||
{ | ||
"ID": 5, | ||
"Name": "Ivy White", | ||
"Donations": { | ||
"Food": [ | ||
"potatoes", | ||
"gravy" | ||
], | ||
"Money": 133, | ||
"Clothes": [ | ||
"jeans", | ||
"blouse" | ||
] | ||
}, | ||
"Date": "2024-05-30", | ||
"id": "dce9" | ||
}, | ||
{ | ||
"ID": 6, | ||
"Name": "Eve Adams", | ||
"Donations": { | ||
"Food": [ | ||
"rice", | ||
"lentils" | ||
], | ||
"Money": 127, | ||
"Clothes": [ | ||
"belt", | ||
"tie" | ||
] | ||
}, | ||
"Date": "2023-10-12", | ||
"id": "67f7" | ||
}, | ||
{ | ||
"ID": 7, | ||
"Name": "Rachel Moore", | ||
"Donations": { | ||
"Food": [ | ||
"pasta", | ||
"tomato sauce" | ||
], | ||
"Money": 199, | ||
"Clothes": [ | ||
"hat", | ||
"gloves" | ||
] | ||
}, | ||
"Date": "2022-05-09", | ||
"id": "b040" | ||
}, | ||
{ | ||
"ID": 8, | ||
"Name": "Jane Doe", | ||
"Donations": { | ||
"Food": [ | ||
"cereal", | ||
"milk" | ||
], | ||
"Money": 665, | ||
"Clothes": [ | ||
"shirt", | ||
"pants" | ||
] | ||
}, | ||
"Date": "2024-03-07", | ||
"id": "104e" | ||
}, | ||
{ | ||
"ID": 9, | ||
"Name": "Oscar Perez", | ||
"Donations": { | ||
"Food": [ | ||
"fruits", | ||
"vegetables" | ||
], | ||
"Money": 101, | ||
"Clothes": [ | ||
"socks", | ||
"shoes" | ||
] | ||
}, | ||
"Date": "2022-06-17", | ||
"id": "8c6a" | ||
}, | ||
{ | ||
"ID": 10, | ||
"Name": "Grace Lee", | ||
"Donations": { | ||
"Food": [ | ||
"nuts", | ||
"seeds" | ||
], | ||
"Money": 832, | ||
"Clothes": [ | ||
"dress", | ||
"scarf" | ||
] | ||
}, | ||
"Date": "2023-12-13", | ||
"id": "05e0" | ||
}, | ||
{ | ||
"ID": 11, | ||
"Name": "Jack Black", | ||
"Donations": { | ||
"Food": [ | ||
"fish", | ||
"chips" | ||
], | ||
"Money": 233, | ||
"Clothes": [ | ||
"jacket", | ||
"coat" | ||
] | ||
}, | ||
"Date": "2024-09-04", | ||
"id": "b090" | ||
}, | ||
{ | ||
"ID": 12, | ||
"Name": "Diana Prince", | ||
"Donations": { | ||
"Food": [ | ||
"potatoes", | ||
"gravy" | ||
], | ||
"Money": 569, | ||
"Clothes": [ | ||
"shirt", | ||
"pants" | ||
] | ||
}, | ||
"Date": "2023-05-22", | ||
"id": "1213" | ||
}, | ||
{ | ||
"ID": 13, | ||
"Name": "Nina Martin", | ||
"Donations": { | ||
"Food": [ | ||
"soup", | ||
"crackers" | ||
], | ||
"Money": 793, | ||
"Clothes": [ | ||
"socks", | ||
"shoes" | ||
] | ||
}, | ||
"Date": "2023-11-08", | ||
"id": "6c44" | ||
}, | ||
{ | ||
"ID": 14, | ||
"Name": "Charlie Brown", | ||
"Donations": { | ||
"Food": [ | ||
"bread", | ||
"butter" | ||
], | ||
"Money": 278, | ||
"Clothes": [ | ||
"belt", | ||
"tie" | ||
] | ||
}, | ||
"Date": "2023-06-30", | ||
"id": "d759" | ||
}, | ||
{ | ||
"ID": 15, | ||
"Name": "Grace Lee", | ||
"Donations": { | ||
"Food": [ | ||
"fruits", | ||
"vegetables" | ||
], | ||
"Money": 156, | ||
"Clothes": [ | ||
"dress", | ||
"scarf" | ||
] | ||
}, | ||
"Date": "2024-12-18", | ||
"id": "6610" | ||
}, | ||
{ | ||
"ID": 16, | ||
"Name": "Ivy White", | ||
"Donations": { | ||
"Food": [ | ||
"potatoes", | ||
"gravy" | ||
], | ||
"Money": 652, | ||
"Clothes": [ | ||
"jeans", | ||
"blouse" | ||
] | ||
}, | ||
"Date": "2022-04-11", | ||
"id": "807d" | ||
}, | ||
{ | ||
"ID": 17, | ||
"Name": "Ivy White", | ||
"Donations": { | ||
"Food": [ | ||
"soup", | ||
"crackers" | ||
], | ||
"Money": 547, | ||
"Clothes": [ | ||
"sweater", | ||
"skirt" | ||
] | ||
}, | ||
"Date": "2024-05-07", | ||
"id": "40c1" | ||
}, | ||
{ | ||
"ID": 18, | ||
"Name": "Nina Martin", | ||
"Donations": { | ||
"Food": [ | ||
"nuts", | ||
"seeds" | ||
], | ||
"Money": 220, | ||
"Clothes": [ | ||
"jeans", | ||
"blouse" | ||
] | ||
}, | ||
"Date": "2024-08-12", | ||
"id": "5670" | ||
}, | ||
{ | ||
"ID": 19, | ||
"Name": "John Dem", | ||
"Donations": { | ||
"Food": [ | ||
"potatoes", | ||
"gravy" | ||
], | ||
"Money": 233, | ||
"Clothes": [ | ||
"shirt", | ||
"pants" | ||
] | ||
}, | ||
"Date": "2024-06-24", | ||
"id": "2bbc" | ||
}, | ||
{ | ||
"ID": 20, | ||
"Name": "Nina Martin", | ||
"Donations": { | ||
"Food": [ | ||
"cereal", | ||
"milk" | ||
], | ||
"Money": 990, | ||
"Clothes": [ | ||
"socks", | ||
"shoes" | ||
] | ||
}, | ||
"Date": "2024-10-02", | ||
"id": "fbe1" | ||
}, | ||
{ | ||
"id": 0.667482766006285, | ||
"name": "", | ||
"donations": { | ||
"clothesItems": [], | ||
"foodItems": [], | ||
"money": "" | ||
}, | ||
"date": "" | ||
}, | ||
{ | ||
"id": 0.10599476636514038, | ||
"name": "", | ||
"donations": { | ||
"clothesItems": [], | ||
"foodItems": [], | ||
"money": "" | ||
}, | ||
"date": "" | ||
} | ||
] | ||
} |
Oops, something went wrong.