Skip to content
View umuralpay's full-sized avatar
🎯
$ npx ualpay
🎯
$ npx ualpay
Block or Report

Block or report umuralpay

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
umuralpay/README.md

Hi My name is Umur Alpay

Full Stack Developer

Skills

JavaScript TypeScript HTML5 React NextJs Vue Gatsby JQuery CSS3 Sass TailwindCSS Bootstrap Redux Webpack Babel Nuxtjs NodeJS Express MySQL MongoDB Photoshop Illustrator Figma

Socials

Badges

My GitHub Stats

umuralpay's GitHub stats

GitHub Commits Graph

Top Languages

Top Repositories








Support Me

Pinned

  1. React Native Animation React Native Animation
    1
    const FadeInView = (props) => {
    2
      const [fadeAnim] = useState(new Animated.Value(0))  // Initial value for opacity: 0
    3
    
                  
    4
      React.useEffect(() => {
    5
        Animated.timing(