21 lines
487 B
JSON
21 lines
487 B
JSON
{
|
|
"projects":
|
|
[
|
|
{
|
|
"id": "new-website",
|
|
"name": "A new website has been made!",
|
|
"date": "12/25/2022"
|
|
},
|
|
{
|
|
"id": "quick-update-4-22-23",
|
|
"name": "Just a quick update for the projects.",
|
|
"date": "4/22/2023"
|
|
},
|
|
{
|
|
"id": "ap-exam",
|
|
"name": "The AP Computer Science exam is right around the corner!",
|
|
"date": "5/1/2023"
|
|
}
|
|
]
|
|
}
|