Git Product home page Git Product logo

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

Josue Alvarado's Projects

ann-thief-auto icon ann-thief-auto

Convolutional Neural Network (CNN) for the detection and reading of stolen license plates using a model trained with YOLOv5 and Firebase as the database.

api-express icon api-express

Basic API using express together with serverless-http

calculator-evde icon calculator-evde

Remake for calculator with event delegation (bubbling) , using reack hooks

gitproyect icon gitproyect

Repositorio unnecesary only just to follow the course of git

ingenialists icon ingenialists

Plataforma web donde se publican principalmente temas de ingenieria.

java-oop icon java-oop

Some Java programms basic to advance & OOP examples

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.