Add initial project files

This commit is contained in:
2023-02-07 04:44:07 +00:00
commit af7291815d
27 changed files with 1415 additions and 0 deletions

111
data/alt-heros.json Normal file
View File

@@ -0,0 +1,111 @@
[
{
"name": "Wonder Woman",
"identity": {
"firstName": "Diana",
"lastName": "Prince"
},
"birthday": "1941-12-01",
"superpowers": [
"super strength",
"flight",
"combat skills"
]
},
{
"name": "Green Lantern",
"identity": {
"firstName": "Hal",
"lastName": "Jordan"
},
"birthday": "1940-07-22",
"superpowers": [
"energy projection",
"flight"
]
},
{
"name": "Flash",
"identity": {
"firstName": "Barry",
"lastName": "Allen"
},
"birthday": "1940-03-14",
"superpowers": [
"super speed",
"time travel"
]
},
{
"name": "Aquaman",
"identity": {
"firstName": "Arthur",
"lastName": "Curry"
},
"birthday": "1941-11-14",
"superpowers": [
"super strength",
"aquatic adaptation"
]
},
{
"name": "Cyborg",
"identity": {
"firstName": "Victor",
"lastName": "Stone"
},
"birthday": "1980-05-14",
"superpowers": [
"super strength",
"cybernetic enhancements"
]
},
{
"name": "Martian Manhunter",
"identity": {
"firstName": "J'onn",
"lastName": "J'onzz"
},
"birthday": "1961-11-18",
"superpowers": [
"shape-shifting",
"telepathy"
]
},
{
"name": "Green Arrow",
"identity": {
"firstName": "Oliver",
"lastName": "Queen"
},
"birthday": "1941-11-01",
"superpowers": [
"archery",
"wealth"
]
},
{
"name": "Batwoman",
"identity": {
"firstName": "Katherine",
"lastName": "Kane"
},
"birthday": "1956-07-25",
"superpowers": [
"martial arts",
"detective skills"
]
},
{
"name": "Hawkman",
"identity": {
"firstName": "Carter",
"lastName": "Hall"
},
"birthday": "1940-06-25",
"superpowers": [
"flight",
"super strength"
]
}
]

61
data/heros.json Normal file
View File

@@ -0,0 +1,61 @@
[
{
"name": "superman",
"identity": {
"firstName": "clark",
"lastName": "kent"
},
"birthday": "1977-04-18",
"superpowers": [
"flight",
"strength",
"invulnerability"
]
},
{
"name": "deadpool",
"identity": {
"firstName": "wade",
"lastName": "wilson"
},
"birthday": "1973-11-22",
"superpowers": [
"healing"
]
},
{
"name": "batman",
"identity": {
"firstName": "bruce",
"lastName": "wayne"
},
"birthday": "1915-04-17",
"superpowers": [
]
},
{
"name": "aquaman",
"identity": {
"firstName": "arthur",
"lastName": "curry"
},
"birthday": "1986-01-29",
"superpowers": [
"flight",
"healing",
"strength"
]
},
{
"name": "flash",
"identity": {
"firstName": "barry",
"lastName": "allen"
},
"birthday": "1992-09-30",
"superpowers": [
"speed",
"healing"
]
}
]