๐จโ๐ป 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"
}
}
};


