Git Product home page Git Product logo

anuraghazra's Introduction

Good Afternoon!

๐Ÿ’ซHi!, Im Josue Alvarado ๐Ÿ’ซ

~ From Design To Code ~

You can visit my web portfolio [here](https://porfolio-web.netlify.app/)

Banner Git

import React from 'react'
import { useState } from 'react'
const Dapier = () => {
    const [me, setMe] = useState(
        {
            name: 'Josue Alvarado',
            hobbies: ['coding ๐Ÿ’ป', 'drink coffee โ˜•', 'read documentation ๐Ÿ“–'],
            tools: ['Windows', 'Linux', 'Adobe XD', 'Github', 'Git Bash', 'GitLab', 'Figma'],
            skills: ['compromise ', 'motivation ', 'adaptability ', 'Listening ']   
        }
    )
    console.log(me);
  return (
    <div>
        <h1>
            Hi im {me.name}
        </h1>
        <span>I usually do in my days:</span>
        <p>{me.hobbies}</p>
        <h3>What tools i use</h3>
        <ul>
            {me.tools.map((item,i) =>
                <li key={i}>
                    <span>{item}</span>
                </li>
            )}
        </ul>
        <h3>My skills</h3>
        <ul>
            {me.skills.map((item,i) =>
                <li key={i}>
                    <span>{item}</span>
                </li>
            )}
        </ul>
    </div>
  )
}

export default Dapier

๐Ÿ’ป Technologies ๐Ÿ“ฑ

Javaย  Reactย  Springย  Material UIย  Redux ย  CSSย  HTMLย  JavaScriptย  Firebaseย  MySQLย  NodeJSย 

๐Ÿ”ง Tools โš™

I โค๏ธ work with

React Badge Javascript Badge Nodejs Badge CSS Badge

Top Langs

My Fav Works

Contact Me

anuraghazra's People

Contributors

anuraghazra avatar eddiejaoude avatar github-actions[bot] avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.