graph TD;
Front-End-->HTML5;
Front-End-->CSS3;
Front-End-->JavaScript;
Front-End-->React;
Front-End-->Bootstrap;
Back-End-->PHP;
Back-End-->MySql;
Back-End-->Firebase;
Version-Control-->Git;
Version-Control-->GitHub;
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"id": 1,
"properties": {
"ID": 0
},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-78,-11.9],
[-76.9,-11.9],
[-76.9,-11.9],
[-78,-11.9],
[-78,-11.9]
]
]
}
}
]
}