type Srishti = {
pronouns: "she" | "her";
code: string[];
tools: string[];
lookingFor: ("Mentor" | "Work")[];
contact: {
mail: string[];
linkedIn: string[];
};
funFact: string;
};
const Srishti: Srishti = {
pronouns: "she",
code: ["Javascript", "Typescript", "HTML", "CSS"],
tools: ["Angular", "Tailwind", "Node", "git", "bitBuckets", "Material", "Bootstrap"],
lookingFor: ["Mentor", "Work"],
contact: {
mail: ["manusrishti1998@gmail.com"],
linkedIn: ["https://www.linkedin.com/in/srishtisk/"]
},
funFact: "There are two ways to write error-free programs; only the third one works"
};
Note: I am open for work, and actively Looking for a Job
I used to dream of being a Animator. But the reality made me have to learn a technology💻, and I also came into contact with programming. Although I was not interested in it at the beginning, luckily I slowly fell in love with it. ❤️ If you have any questions, just ask me.
If you like this readme file, please give me star! ❤️