A single-page React site that shows your profile, skills, featured projects and full projects. Data comes from myData.json, including links, badges, connections, and markdown descriptions.
Each project can include:
{
"name": "Project Name",
"shortDescription": "One-liner",
"longDescription": "Markdown text...",
"category": "tool",
"importance": 0,
"links": {
"github": "https://github.com/username/repo",
"production": "https://username.github.io/repo"
}
}- Profile image path:
./src/profile.png. - Connection icons:
./src/img/<label>.pngor seticonfields inmyData.json. - Skill icons:
./src/img/<skill>.pngmatching theskillsnames. - To make the
longDescriptionuse the./scripts/md-to-project.js note.mdto make it into a single line.