Design & 
Development
Digital
Portfolio

DEsign &
Development

My name is Zuzana and I am an UX/UI designer and a front-end developer. I specialize in creating the best possible solutions for businesses to achieve their goals. I help brands fit and thrive with unique perspectives.

If you are looking for a talented and reliable web developer who will help you take your online presence to the next level, look no further!

HTML SCSS jAVASCRIPT REACT NATIVE

AWS AMPLIFY WIX WEBFLOW

I work closely with my clients to understand their unique needs and goals, and then I use my expertise to create a website that meets their exact expectations.

import React from 'react';
import { Text, View } from 'react-native';export default function App() {
 return (
   <View style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
     <Text>Hello World! </Text>
   </View>
 );
}