👨💻 About Me :
class DeveloperProfile = {
constructor() {
this.name = "😎 Miles Mosweu";
this.role = "👨💻 full-stack web developer";
this.interests = ["👨💻 Software development", "🌞 New opportunities", "⚽ Real football"];
this.openTo = "👯 collaborating on [front-end], [back-end], and [full-stack] projects";
this.status = "🌱 Currently growing as a full-stack web developer and 💞️ looking to collaborate!";
this.currentProject = {
name: "Todo X-factr",
type: "Task Management App",
technologies: ["TypeScript", "Custom Components", "CSS"],
purpose: "To learn TypeScript"
};
this.contacts: {
email: "✉️ tshipimontsho@gmail.com",
linkedIn: "🔗 @miles-mosweu09"
}
}
};