Skip to content
View andrepg-dev's full-sized avatar
🎯
Focusing
🎯
Focusing

Organizations

@sheilim @AtlantisINC

Block or report andrepg-dev

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
andrepg-dev/README.md

Hi, I'm André! 👋

Full-Stack Developer | Software Engineer | Computer Science Student

"The best way to predict the future is to build it."

import express from 'express'

const app = express()

app.get('/', (req, res) => {
  const andrepg_dev = {
    inlovewith: ['Typescript', 'Javascript'],
    tools: [
      'Angular',
      'React',
      'Next.js',
      'Node',
      'Express',
      'MongoDB',
      'MySQL',
      'Firebase',
      'AWS',
    ],
    portfolio: 'https://andrepg.vercel.app/',
    contact: {
      linkedin: 'https://www.linkedin.com/in/andreponceg/',
      email: 'jobs.andreponce@gmail.com',
    },
  }

  res.json(andrepg_dev) // :)
})

app.listen(3000, () => {
  console.log('Server running on port 3000')
})

GitHub Streak

⭐️ From andrepg-dev

GitHub last commit

Pinned Loading

  1. NextJS-Projects NextJS-Projects Public

    Repositorio para subir todas las clases aprendidas de Next.js

    TypeScript 1

  2. Short-URL Short-URL Public

    Página web para acortar cualquier tipo de enlaces

    TypeScript 1

  3. Twitter-Clone Twitter-Clone Public

    Este es un clon de twitter hecho con Next.js con base de datos en tiempo real

    JavaScript 1

  4. CZMobile-Ecommerce CZMobile-Ecommerce Public

    E-commerce platform with a wide selection of products. Intuitive interface, varied content.

    TypeScript 1