import { useRecoilValue } from "recoil"; import Tags from "../components/Tags"; import { skillsAtom } from "../store"; function About() { const skills = useRecoilValue(skillsAtom); console.log(skills); return (

About

As a prospective Frontend Developer, I seek a challenging career opportunity in the IT industry, where I can collaborate with a dynamic team, continually learn, and foster innovation. My dedication lies in transforming design concepts into user-friendly experiences and achieving organizational goals through creativity and teamwork. I aspire to engage in work that allows the utilization of technical and creative skills to contribute effectively to the growth of an organization. If you think you've got an opening that I might like, let's connect 🔗

Languages:

Frameworks:

{" "}

Tools I use:

{" "}
); } export default About;