Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 366 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 366 Bytes
let me;

 me.name = "Samuel Lim";
 me.socialMedia = {
  "Instagram": "https://www.instagram.com/samuellim.exe/",
  "GitHub": "https://github.com/SamuelCodez/",
  "Website": "https://samthedev.codes"
 };
 me.languages = ["HTML", "CSS", "JavaScript"];
 me.frameworks = ["React", "RedwoodJS"];
 me.tools = ["VSCode", "Git", "GitHub"];
 
 module.exports = me;