π¨βπ» 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" } } };