{props.description}
39 |81 | {props.description} 82 |
83 |67 | {props.data.tags.map((tag) => `#${tag} `)} 68 |
69 |60 | Visit my github to see some of the latest projects{" "} 61 | 66 | Github 67 | 68 |
69 |39 | I turn vision into reality with code. Whether I'm working on 40 | a website or any digital product, I bring my commitment to design 41 | excellence and user-centered thinking to every project I work on. 42 |
43 |46 | Explore my latest{" "} 47 | 48 | projects 49 | {" "} 50 | showcasing my expertise in Reactjs, Nextjs, Javascript, Typescript 51 | and web development. 52 |
53 |107 | {proj.tags.map((tag, index) => ( 108 | #{tag} 109 | ))} 110 |
111 | 112 | ))} 113 |