Skip to content
View alexandresaints's full-sized avatar
🚀
In constant evolution
🚀
In constant evolution
Block or Report

Block or report alexandresaints

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

Olá! Me chamo Alexandre! 👋

Um software developer apaixonado por tecnologia, buscando transformar sonhos em realidade através da programação.

about Mais sobre mim

const express = require('express')
const app = express()
app.use(express.json())

const webDeveloper = {name:"Alexandre", stack:"Full-Stack-Developer"}

app.get('/', (req, res) => {
  return res.json(webDeveloper)
}),

app.listen(3000, () =>{
  console.log("Initing code...")
})

Linguagens e Ferramentas:



Vamos nos Conectar:


Snake animation

Popular repositories Loading

  1. landing-page-tutorial landing-page-tutorial Public

    Landing page i did for youtube's tutorial

    HTML 115 176

  2. alexandresaints alexandresaints Public

    9 22

  3. readme-template readme-template Public

    Forked from iuricode/readme-template

    📜 Modelos readme para qualquer pessoa copiar e usar em seu GitHub.

    5 5

  4. netflix-clone netflix-clone Public

    Netflix Clone i did for Youtube's tutorial using HTML and CSS

    CSS 5 3

  5. calculatorjs calculatorjs Public

    Calculator i did using HTML, CSS and JavaScript

    HTML 4 1

  6. coin-converter-js coin-converter-js Public

    HTML 4