tomazjr — portfolio
Explorer

/**

* Projects Directory

* A collection of web applications I've built

*/

import { Project } from '@/types';

export const projects: Project[] = [

project_1.ts
constproject={

name: "LinkProfile.co",

desc: "A link-in-bio service for creators and professionals to share multiple links with a single URL. Build your personal landing page in minutes.",

};

linkprofile.co
project_2.ts
constproject={

name: "Preciosa Detalhes",

desc: "Avatar customization web app for wedding invitations. Create personalized flower girl invitation cards with customizable features like skin, hair, clothes, and accessories.",

};

personalizacao.preciosadetalhes.com.br
project_3.ts
constproject={

name: "SweetDuo.ie",

desc: "Website for SweetDuo, showcasing their products and services with a modern, responsive design.",

};

sweetduo.ie

];

// More projects coming soon...

main
TypeScriptUTF-8