portfolio/data/projects.json

23 lines
703 B
JSON
Raw Normal View History

2021-11-16 21:32:21 +00:00
[
{
"name": "Intellagent",
"description": "Help desk application powered by AI and machine learning.",
"href": "https://github.com/r-freeman/intellagent-server"
},
{
"name": "Resume",
"description": "A fully customisable online resume created with Next.js.",
"href": "https://github.com/r-freeman/resume"
2021-11-16 22:45:37 +00:00
},
{
"name": "Super Mario Run",
"description": "Mobile game inspired by Super Mario Bros, built with Phaser.",
"href": "https://r-freeman.github.io/super-mario-run/"
2021-11-18 20:52:28 +00:00
},
{
"name": "ASOS Prototype",
"description": "Working prototype of ASOS' website built in Axure RP 8",
"href": "https://github.com/r-freeman/ASOS-Axure-Prototype"
2021-11-16 21:32:21 +00:00
}
]